Announce: XMLIO v0.6 released - push data/CDATA/comments

Paul Miller stele at fxtech.com
Sat Jan 8 13:46:03 GMT 2000


I've added expat-style push handlers for data, CDATA, and comments to
XML::Input. This allows you to decide at each subelement whether to pull
the data inside your element handler or to have it pushed to you at a
different handler. The same goes for CDATA and comments. Like expat,
data is "chunked" to the data handlers. When all of the data for a
specific event has been delivered, a block of length 0 is sent to
indicate that there is no more data.

As usual, if you are not looking for a certain element and/or data, it
will be skipped automatically. These features are also provided without
any additional memory overhead, as is the goal of the XML::Input design.

I've also added two new sample applications:
dump.c - processes an XML file using a recursive element handler and
writes the input to another file (also times the process)
convert.cpp - a C++ version that uses XML::Output and also handles
comments and CDATA.

See the README and download 0.6 at http://www.fxtech.com/xmlio.

--
Paul Miller - stele at fxtech.com

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/ and on CD-ROM/ISBN 981-02-3594-1
To unsubscribe, mailto:majordomo at ic.ac.uk the following message;
unsubscribe 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