pharo-contributions / XML-XMLParserStAX

XMLParserStAX is a pull parser for XMLParser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XML-XMLParserStAX

Build Status Coverage Status

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

MIT License

History

This project was migrated from http://smalltalkhub.com/#!/~PharoExtras/XMLParserStAX

About

XMLParserStAX is a pull parser for XMLParser

License:MIT License


Languages

Language:Smalltalk 99.4%Language:HTML 0.6%