From fdd1bd7fc9cdd371a421cbfd900c1188e075f384 Mon Sep 17 00:00:00 2001 From: James Clark Date: Sat, 26 Jun 1999 12:29:27 +0000 Subject: [PATCH] Add paragraph for test version. --- expat/expat.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 @@

expat - XML Parser Toolkit

-

Version 1.1

+

Version 19990626

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