Next: Other packages, Previous: Network support, Up: Packages
The XML parser library for Smalltalk, loaded as package XML
includes a validating XML parser and Document Object Model.
This library is rapidly becoming a standard in the Smalltalk world
and a XSLR interpreter based on it is bundled with GNU Smalltalk as
well (see packages XPath
and XSL
).
Parts of the basic XML package can be loaded independently using packages
XML-DOM
, XML-SAXParser
, XML-XMLParser
,
XML-SAXDriver
, XML-XMLNodeBuilder
.