From cb9a560dc824d060aae8ff81682dd689b0b113cd Mon Sep 17 00:00:00 2001
From: "Fred L. Drake, Jr."
Date: Tue, 4 Jun 2002 05:12:42 +0000
Subject: [PATCH] Elaborated on the news description a little.
---
htdocs/index.html | 19 ++++++++++++++-----
1 file changed, 14 insertions(+), 5 deletions(-)
diff --git a/htdocs/index.html b/htdocs/index.html
index 36db90f6..0d4b2ef8 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -51,12 +51,21 @@ of Expat.
Expat 1.95.3 released.
- - Added a project to the MSVC workspace to create a wchar_t
- version of the library; the DLLs are named libexpatw.dll.
- Changed the name of the Windows DLLs from expat.dll to
- libexpat.dll; this fixes SF bug #432456.
- - Added the XML_ParserReset() API function.
- - Fixed XML_SetReturnNSTriplet() to work for element names.
+ libexpat.dll; this fixes SF bug #432456. This is a problem
+ only known to affect the Perl XML::Parser::Expat extension,
+ but is very important for that extension.
+ - Added a project to the MSVC workspace to create a wchar_t
+ version of the library; the DLLs are named libexpatw.dll.
+ (Note the addition of the "w" character in the file name.)
+
+ - Added the XML_ParserReset() API function. This allows a
+ parser to be re-used, reducing the number of memory
+ allocations needed to set up a parser. This can be a
+ substantial benefit when parsing a large number of small
+ documents.
+ - Fixed XML_SetReturnNSTriplet() to work for element names.
+ This is now a usable feature.
- Made the XML_UNICODE builds usable (thanks, Karl!).
- Allow xmlwf to read from standard input.
- Install a man page for xmlwf on Unix systems.
--
2.40.0