expat/lib xmlparse.c,1.139,1.140
"Karl Waclawek" <[email protected]> Tue, 21 Dec 2004 10:31:11 -0800
| Newsgroups | gmane.text.xml.expat.cvs |
|---|---|
| Message-ID | <[email protected]> |
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"),