[Expat-checkins] expat/lib expat.h,1.73,1.74
Karl Waclawek
kwaclaw at users.sourceforge.net
Mon Dec 20 04:19:12 CET 2004
Update of /cvsroot/expat/expat/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30555
Modified Files:
expat.h
Log Message:
Fixed comment for XML_ParserCreateNS.
Index: expat.h
===================================================================
RCS file: /cvsroot/expat/expat/lib/expat.h,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -d -r1.73 -r1.74
--- expat.h 26 Nov 2004 00:20:21 -0000 1.73
+++ expat.h 20 Dec 2004 03:19:09 -0000 1.74
@@ -209,8 +209,8 @@
URI, the namespace separator character, and the local part of the
name. If the namespace separator is '\0' then the namespace URI
and the local part will be concatenated without any separator.
- When a namespace is not declared, the name and prefix will be
- passed through without expansion.
+ It is a programming error to use the separator '\0' with namespace
+ triplets (see XML_SetReturnNSTriplet).
*/
XMLPARSEAPI(XML_Parser)
XML_ParserCreateNS(const XML_Char *encoding, XML_Char namespaceSeparator);
More information about the Expat-checkins
mailing list