[
Lists Home |
Date Index |
Thread Index
]
- From: David Megginson <ak117@freenet.carleton.ca>
- To: xml-dev Mailing List <xml-dev@ic.ac.uk>
- Date: Mon, 9 Mar 1998 10:54:27 -0500
Microstar Software Ltd. has just released version 1.1 of its free
Java-based XML parser, AElfred. You can download AElfred from the
following URL:
http://www.microstar.com/XML/
AElfred is a very small, very fast XML parser optimised for use with
applets, where Java 1.0.2 compatibility and download time are major
requirements. AElfred is forgiving with some errors, but otherwise
supports the entire feature set of the XML 1.0 recommendation
including Unicode, defaulted attribute values, external DTD subsets,
external entities, and flagging of ignorable whitespace. The
distribution also contains a native SAX (Simple API for XML) driver so
that you can interchange AElfred with other SAX-supported parsers
without rewriting your code.
Version 1.1 introduces a smaller, cleaner interface, together with
some important new functionality:
- the ability to read an XML document from an input stream as well as
a URI
- a new, optional SAX driver
- a new, optional base class for deriving event handlers
- a new, optional exception class for reporting parsing errors
- use of the HTTP content-encoding parameter, if available
- better position-reporting for errors
For more detailed information on AElfred 1.1 changes, see
http://www.microstar.com/XML/news.html
All the best,
David Megginson,
Senior Architect,
Microstar Software Ltd.
--
David Megginson ak117@freenet.carleton.ca
Microstar Software Ltd. dmeggins@microstar.com
http://home.sprynet.com/sprynet/dmeggins/
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)
|