[
Lists Home |
Date Index |
Thread Index
]
- From: David Megginson <ak117@freenet.carleton.ca>
- To: xml-dev Mailing List <xml-dev@ic.ac.uk>
- Date: Wed, 10 Dec 1997 17:19:13 -0500
I have put up a new beta release of Microstar's Java-based XML parser,
Ælfred (AElfred), with two minor bugs fixed:
1) When Ælfred finds "<?xml" at the beginning of an entity, it looks
for whitespace before assuming that it has found an XML declaration
or text declaration.
2) Ælfred now allows optional version info in the text declaration
(formerly the encoding PI), as permitted by the 1997-12-08 spec.
You can download the new version from
http://www.microstar.com/XML/
Please note that Ælfred is strictly case sensitive, as required by the
spec (with SGML keywords in uppercase, and XML-specific ones in
lowercase). In other words, you may use
<?xml version="1.0"?>
<!DOCTYPE doc SYSTEM "doc.dtd">
but not
<?XML VERSION="1.0"?>
<!doctype doc system "doc.dtd">
All the best,
David
--
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)
|