Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

115 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

0 stars

Watchers

5 watching

Forks

Releases

Packages

Used by

Contributors

Languages