544 packages
— page 21
Monticello package 'XML-Parser' in the squeak45 repository at source.squeak.org. Latest XML-Parser-fbs.36.mcz; 1 version.
Squeak Trunk
squeak
Monticello package 'XML-Parser' in the squeak46 repository at source.squeak.org. Latest XML-Parser-bf.37.mcz; 1 version.
Squeak Trunk
squeak
Monticello package 'XML-Parser' in the squeak50 repository at source.squeak.org. Latest XML-Parser-bf.37.mcz; 1 version.
Squeak Trunk
squeak
Monticello package 'XML-Parser' in the squeak51 repository at source.squeak.org. Latest XML-Parser-topa.39.mcz; 1 version.
Squeak Trunk
squeak
Monticello package 'XML-Parser' in the squeak52 repository at source.squeak.org. Latest XML-Parser-ul.44.mcz; 1 version.
Squeak Trunk
squeak
Monticello package 'XML-Parser' in the squeak53 repository at source.squeak.org. Latest XML-Parser-tpr.45.mcz; 1 version.
Squeak Trunk
squeak
Monticello package 'XML-Parser' in the squeak60 repository at source.squeak.org. Latest XML-Parser-mt.46.mcz; 1 version.
Squeak Trunk
squeak
Monticello package 'XML-Parser' in the etoys repository at source.squeak.org. Latest XML-Parser-bf.10.mcz; 1 version.
Squeak Trunk
squeak
Monticello package 'XML-Parser' in the squeak61 repository at source.squeak.org. Latest XML-Parser-mt.46.mcz; 1 version.
Squeak Trunk
squeak
Monticello package 'XML-Parser' in the SqueakMap repository at source.squeak.org. Latest XML-Parser-mir.3.mcz; 1 version.
Squeak Trunk
squeak
Monticello package 'XML-Parser' in the treated repository at source.squeak.org. Latest XML-Parser-bp.6.mcz; 1 version.
Squeak Trunk
squeak
Monticello package 'XML-Parser' in the trunk repository at source.squeak.org. Latest XML-Parser-mt.46.mcz; 31 versions.
Squeak Trunk
squeak
An XPath-like DSL that makes navigation in XML DOM trees easier.
GitHub
MIT
For Pharo and Gemstone - copied from smalltalkhub and set to use github
GitHub
pharo
MIT
XMLParserStAX is a pull parser for XMLParser
GitHub
MIT
Parser implementation of the query language XML Lambda. Implementation is built using SmaCC.
SqueakSource
XMLParser provides validating SAX and DOM parsers for well-formed XML documents on Pharo, Squeak, and Gemstone. It also provides a DOM API for manipulating documents, namespace support, and an optional XMLWriter for writing documents. Validation and namespace checking are enabled …
SqueakMap
squeak
Provides SAX and DOM parsers for HTML that convert possibly malformed HTML into well-formed XML. Uses XMLParser. For additional info and examples: http://montyos.wordpress.com
SqueakMap
squeak
A pull parser 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. Uses XMLParser. For additional info and examples: http://montyos.wordpress.com
SqueakMap
squeak
An XPath library for Pharo, Squeak, and Gemstone leveraging the XML parsing capabilities of XMLParser. Supports XPath 1.0 syntax with extensions. Uses XMLParser. For additional info and examples: http://montyos.wordpress.com
SqueakMap
squeak
XMLPullParser is a streaming XML parser. Instead of building a DOM tree, the parser streams over "events" (start tag, text, end tag) on demand. For more information on the technique in general, see xmlpull.org.This code is a mashup of Antony …
SqueakSource
visualworks