Awesome
XML-XMLParserStAX
XMLParserStAX is a pull parser in Pharo for XMLParser that provides a streaming interface for "pulling" XML events and also supports pull-style DOM parsing for dynamically converting events into DOM nodes.
Installation
Metacello new
baseline: 'XMLParserStAX';
repository: 'github://pharo-contributions/XML-XMLParserStAX/src';
load.
Usage
A simple example on how to use the XML parser for HTML:
...
results in the following XML output
...
LICENSE
History
This project was migrated from http://smalltalkhub.com/#!/~PharoExtras/XMLParserStAX