Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

154 Commits

Repository files navigation

XML-XMLParserHTML

Build StatusCoverage Status

XMLParserHTML provides SAX and DOM parsers in Pharo for HTML that convert possibly malformed HTML into well-formed XML.

Installation

Metacellonewbaseline:'XMLParserHTML';
repository:'github://pharo-contributions/XML-XMLParserHTML/src';
load.

Usage

A simple example on how to use the XML parser for HTML:

...

results in the following XML output

...

Scrapping

This library together with XPath enables you to do web scrapping from the confort of the Pharo toolset.

You can learn more about how to do it reading the Scrapping with XPath booklet.

LICENSE

MIT License

History

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

About

Parsers for HTML that convert possibly malformed HTML into well-formed XML

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages