]> granicus.if.org Git - libexpat/commitdiff
Improved error message - see bug # 972802.
authorKarl Waclawek <kwaclaw@users.sourceforge.net>
Tue, 21 Dec 2004 18:30:52 +0000 (18:30 +0000)
committerKarl Waclawek <kwaclaw@users.sourceforge.net>
Tue, 21 Dec 2004 18:30:52 +0000 (18:30 +0000)
expat/lib/xmlparse.c

index 46798914037385ff6e9eb9e2a682d8ff77417e68..e6badfbd9d44cc67a4a22cbd9da78c4cfeb209ec 100644 (file)
@@ -1854,7 +1854,7 @@ XML_ErrorString(enum XML_Error code)
     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"),