XMLParser

Summary: Provides validating, namespace-aware SAX and DOM XML parsers for Squeak
Author: PharoExtras Team
Owner: monty (monty)
Co-maintainers:
Categories:
Homepage: http://www.smalltalkhub.com/mc/PharoExtras/XMLParser/main/
PackageInfo name: XML Parser
RSS feed:

Description:

XMLParser provides validating SAX and DOM parsers for well-formed XML documents on Pharo, Squeak, and Gemstone. It also provides a DOM API for manipulating documents, namespace support, and an optional XMLWriter for writing documents. Validation and namespace checking are enabled by default, but not resolution of external entities.

(Much newer than the XMLParser in the Squeak 4.5 image)

For additional info and examples:

http://montyos.wordpress.com

Releases


Back