diff --git a/expat/doc/reference.html b/expat/doc/reference.html index d2b0f60c..c5ba4392 100644 --- a/expat/doc/reference.html +++ b/expat/doc/reference.html @@ -949,16 +949,20 @@ XML_Parser XMLCALL XML_ParserCreate(const XML_Char *encoding);
+

Construct a new parser. If encoding is non-NULL, it specifies a character encoding to use for the document. This overrides the document encoding declaration. There are four built-in encodings: +

+

Any other value will invoke a call to the UnknownEncodingHandler. +

XML_ParserCreateNS