XML-Support is a repository for packages that parse, manipulate and generate XML documents. The most recent release can be loaded into Pharo by evaluating:Gofer new squeaksource: 'XMLSupport'; package: 'ConfigurationOfXMLSupport'; load. (Smalltalk at: #ConfigurationOfXMLSupport) perform: #loadDefault.It can also be loaded into Squeak by evaluating:(Installer ss project: 'XMLSupport') install: 'ConfigurationOfXMLSupport'. (Smalltalk at: #ConfigurationOfXMLSupport) perform: #loadDefault.Both code samples will load an XML-Parser package, which includes a SAX parser and a DOM parser, and an XML-Writer package.