[ANN] mogul:/duchier/xml/parser (Version 0.3)

duchier at ps.uni-sb.de duchier at ps.uni-sb.de
Tue May 6 11:21:04 CEST 2003


I am releasing version 0.3 of my XML parser.  See:

     http://www.mozart-oz.org/mogul/info/duchier/xml/parser.html

Version 0.3 is incompatible with the previous version 0.2.1, but both
versions are included in the package:

	x-ozlib://duchier/xml/Parser.ozf	(version 0.3)
	x-ozlib://duchier/xml/Parser-0.2.1.ozf	(version 0.2.1)

Version 0.3 provides a Parser class that can be conveniently
subclassed and also offers a simpler way to control removal of
isolated whitespace on the fly.  The following methods can be
redefined to change the representation that is constructed:

	onStartDocument()
        onEndDocument()
        onStartElement(Tag Alist Children)
        onEndElement(Tag)
        onAttribute(Tag Value)
        onNamespaceDeclaration(Prefix URI Coord)
        onProcessingInstruction(Name Data Coord)
        onCharacters(Data Coord)
        onComment(Data Coord)

Cheers,

-- 
Denys Duchier - Équipe Calligramme - LORIA, Nancy, France
-
Please send submissions to users at mozart-oz.org
and administriva mail to users-request at mozart-oz.org.
The Mozart Oz web site is at http://www.mozart-oz.org/.
Please send bug reports to bugs at mozart-oz.org.





More information about the mozart-users mailing list