New expat test release

James Clark jjc at jclark.com
Thu Dec 31 03:19:21 GMT 1998


A new expat test release is available from

 ftp://ftp.jclark.com/pub/test/expat.zip

This is not a production release.  The current production release is
still 1.0.1 which is available at http://www.jclark.com/xml/expat.html

New features are the following:

You can now compile with -DXML_MIN_SIZE to get a smaller (but slower)
parser (in particular this avoids multiple copies of the tokenizer).
Under Visual C++ 6.0 the xmlparse - Win32 MinSize target builds a
minimally-sized xmlparse.dll. Note that unlike with the Release target
this doesn't depend on xmltok.dll; it links in the
xmltok functionality that it needs.

XML_SetCdataSectionHandler allows the application to be informed of the
start and end of CDATA sections. (Data within a CDATA section
is always passed using the handler set with
XML_SetCharacterDataHandler.) If there's a default handler but no CDATA
section handler, the default handler will be called with the <![CDATA[
and ]>.

The code for pushing files through the parser has been separated out
into xmlwf/xmlfile.[ch].

The XMLNS define has become XML_NS.

James



xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)




More information about the Xml-dev mailing list