From: Martin Q. <mqu...@us...> - 2007-10-11 10:00:13
|
Update of /cvsroot/flexml/flexml/debian In directory sc8-pr-cvs17:/tmp/cvs-serv16570/debian Modified Files: changelog Log Message: Improve the error message when receiving an opening tag instead of the expected closing tag. This happens at least when the DTD enforces the tag order and this order is not followed. Index: changelog =================================================================== RCS file: /cvsroot/flexml/flexml/debian/changelog,v retrieving revision 1.33 retrieving revision 1.34 diff -u -d -r1.33 -r1.34 --- changelog 11 Oct 2007 09:57:24 -0000 1.33 +++ changelog 11 Oct 2007 10:00:15 -0000 1.34 @@ -1,6 +1,9 @@ flexml (1.8-1) unstable; urgency=low * Do not load unistd on windows platforms since this does not exist + * Improve the error message when receiving an opening tag instead of + the expected closing tag. This happens at least when the DTD + enforces the tag order and this order is not followed. -- Martin Quinson <mqu...@de...> Thu, 11 Oct 2007 11:55:58 +0200 |