XML-XMLParserHTML
XML parser
Provides tools to parse HTML and convert it into well-formed XML, enabling web scrapping with XPath.
Parsers for HTML that convert possibly malformed HTML into well-formed XML
6 stars
9 watching
6 forks
Language: Smalltalk
last commit: over 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
pharo-contributions/xml-xmlparser | An XML parsing and manipulation library for the Smalltalk programming language. | 11 |
pharo-contributions/xml-xpath | An XPath library for parsing and querying XML documents in Pharo Smalltalk environment | 5 |
pharo-contributions/xml-xmlparserstax | A Smalltalk implementation of a streaming XML parser with DOM support | 0 |
pharo-contributions/xml-xmlwriter | An XML generation tool with a Seaside-like API | 4 |
pharo-contributions/xml-pastell | A library that provides an XPath-like DSL to navigate XML DOM trees | 0 |
svenvc/xml-support-pharo | An experimental re-implementation of XML support in Pharo, building on existing libraries. | 4 |
pharo-contributions/soup | An HTML parsing and scraping library for Pharo | 6 |
haasted/grappa-xml-parser | A parser experiment using the Grappa framework to parse simplified XML variants. | 1 |
phrogz/slaxml | A Lua-based XML parsing library that supports various XML elements and attributes. | 153 |
lodo1995/experimental.xml | A replacement XML parsing and validation library for the Phobos standard | 20 |
drmohundro/swxmlhash | A Swift wrapper around XML parsing APIs, providing a simple way to parse XML into dictionary of arrays. | 1,409 |
lexborisov/myhtml | A fast HTML parsing library written in C | 1,655 |
antchfx/xmlquery | An XML query package providing a simple and efficient way to extract data from XML documents using XPath expressions. | 446 |
yahoojapan/swiftyxmlparser | An XML parsing library implemented in Swift | 582 |
maxim-mazurok/sax-ts | A tool for parsing XML data in a simple and efficient way | 17 |