Ūlfred 1.0beta4 contains some major changes to the interface:
1. New callbacks
void startExternalEntity (XmlParser p, URL systemId)
void endExternalEntity (XmlParser p, URL systemId)
void charData (XmlParser p, char ch[], int length)
void ignorableWhitespace (XmlParser p, char ch[], int length)
2. Removed callbacks
void data (XmlParser p, String data)
2. Modified callbacks
void startDocument (XmlParser p)
void attribute (XmlParser p, String aname, String value, boolean isSpecified)
Apologies in advance to those of you who have already integrated
Ūlfred into your tools -- I hope that the changes won't cost you more
than 15 minutes or so of modification and testing.
The addition of ignorable whitespace is required by the XML spec
(though Ūlfred is non-conforming for error-reporting, I want the
information that it provides to be correct).
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)