[XP 0.5] From owner-xml-dev@ic.ac.uk Fri Jan 1 21:25:08 1999 Date: Sat, 02 Jan 1999 10:13:28 +0700 From: James Clark <jjc@jclark.com> To: "XML Developers' List" <xml-dev@ic.ac.uk> Subject: XP 0.5 available
A new version of XP, my XML parser in Java, is now available. See:
http://www.jclark.com/xml/xp/index.html
for more information.
This release has few changes: some bug fixes, and better reporting of ID attributes (the type of ID attributes is now reported in SAX).
James
[expat]
Date: Thu, 31 Dec 1998 10:06:33 +0700 From: James Clark <jjc@jclark.com> To: "XML Developers' List" <xml-dev@ic.ac.uk> Subject: New expat test release
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 [in the expat test release] 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@ic.ac.uk Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ To (un)subscribe, mailto:majordomo@ic.ac.uk the following message; (un)subscribe xml-dev To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message; subscribe xml-dev-digest List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)