[Expat-checkins] expat/lib xmlparse.c,1.139,1.140

Karl Waclawek kwaclaw at users.sourceforge.net
Tue Dec 21 19:31:11 CET 2004


Update of /cvsroot/expat/expat/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11717

Modified Files:
	xmlparse.c 
Log Message:
Improved error message - see bug # 972802.

Index: xmlparse.c
===================================================================
RCS file: /cvsroot/expat/expat/lib/xmlparse.c,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -d -r1.139 -r1.140
--- xmlparse.c	20 Dec 2004 05:04:41 -0000	1.139
+++ xmlparse.c	21 Dec 2004 18:30:52 -0000	1.140
@@ -1854,7 +1854,7 @@
     XML_L("reference to invalid character number"),
     XML_L("reference to binary entity"),
     XML_L("reference to external entity in attribute"),
-    XML_L("xml declaration not at start of external entity"),
+    XML_L("XML or text declaration not at start of entity"),
     XML_L("unknown encoding"),
     XML_L("encoding specified in XML declaration is incorrect"),
     XML_L("unclosed CDATA section"),



More information about the Expat-checkins mailing list