diff --git a/expat/expat.html b/expat/expat.html index 3806ca8d..5b3e56c5 100755 --- a/expat/expat.html +++ b/expat/expat.html @@ -9,7 +9,7 @@
Copyright (c) 1998, 1999 James Clark. Expat is subject to the Mozilla Public @@ -18,6 +18,14 @@ href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License instead. Please contact me if you wish to negotiate an alternative license.
+This is a test version of expat which adds support for parsing
+external DTDs and parameter entities. Compiling with -DXML_DTD
+enables this support. There's a new -p
option for xmlwf
+which will cause it to process external DTDs and parameter entities;
+this implies the -x
option. See the comment above
+XML_SetParamEntityParsing
in xmlparse.h
for
+the API addition that enables this.
Expat is an XML 1.0 parser written in C. It aims to be fully conforming. It is currently not a