Next: , Previous: Network support, Up: Packages


3.9 An XML parser and object model for gnu Smalltalk

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.