4344 packages — page 173

XML-Parser

Monticello package 'XML-Parser' in the 310 repository at source.squeak.org. Latest XML-Parser-edc.4.mcz; 2 versions.
Squeak Trunk squeak

XML-Parser

Monticello package 'XML-Parser' in the squeak41 repository at source.squeak.org. Latest XML-Parser-nice.28.mcz; 1 version.
Squeak Trunk squeak

XML-Parser

Monticello package 'XML-Parser' in the squeak42 repository at source.squeak.org. Latest XML-Parser-ar.32.mcz; 1 version.
Squeak Trunk squeak

XML-Parser

Monticello package 'XML-Parser' in the squeak43 repository at source.squeak.org. Latest XML-Parser-bf.34.mcz; 1 version.
Squeak Trunk squeak

XML-Parser

Monticello package 'XML-Parser' in the squeak44 repository at source.squeak.org. Latest XML-Parser-ael.35.mcz; 1 version.
Squeak Trunk squeak

XML-Parser

Monticello package 'XML-Parser' in the squeak45 repository at source.squeak.org. Latest XML-Parser-fbs.36.mcz; 1 version.
Squeak Trunk squeak

XML-Parser

Monticello package 'XML-Parser' in the squeak46 repository at source.squeak.org. Latest XML-Parser-bf.37.mcz; 1 version.
Squeak Trunk squeak

XML-Parser

Monticello package 'XML-Parser' in the squeak50 repository at source.squeak.org. Latest XML-Parser-bf.37.mcz; 1 version.
Squeak Trunk squeak

XML-Parser

Monticello package 'XML-Parser' in the squeak51 repository at source.squeak.org. Latest XML-Parser-topa.39.mcz; 1 version.
Squeak Trunk squeak

XML-Parser

Monticello package 'XML-Parser' in the squeak52 repository at source.squeak.org. Latest XML-Parser-ul.44.mcz; 1 version.
Squeak Trunk squeak

XML-Parser

Monticello package 'XML-Parser' in the squeak53 repository at source.squeak.org. Latest XML-Parser-tpr.45.mcz; 1 version.
Squeak Trunk squeak

XML-Parser

Monticello package 'XML-Parser' in the squeak60 repository at source.squeak.org. Latest XML-Parser-mt.46.mcz; 1 version.
Squeak Trunk squeak

XML-Parser

Monticello package 'XML-Parser' in the squeak61 repository at source.squeak.org. Latest XML-Parser-mt.46.mcz; 1 version.
Squeak Trunk squeak

XML-Parser

Monticello package 'XML-Parser' in the SqueakMap repository at source.squeak.org. Latest XML-Parser-mir.3.mcz; 1 version.
Squeak Trunk squeak

XML-Parser

Monticello package 'XML-Parser' in the treated repository at source.squeak.org. Latest XML-Parser-bp.6.mcz; 1 version.
Squeak Trunk squeak

XML-Parser

Monticello package 'XML-Parser' in the trunk repository at source.squeak.org. Latest XML-Parser-mt.46.mcz; 31 versions.
Squeak Trunk squeak

XMLParser

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

XMLParser-HTML

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

XMLParser-StAX

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

XMLParser-XPath

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

XMLRPC

This is an implementation for an XMLRPC server and client in Squeak. See http://minnow.cc.gatech.edu/squeak/2694 for more details.
SqueakMap squeak

XMLSupport

XML-Support is a repository for packages that parse, manipulate and generate XML documents. The most recent release can be loaded into Pharo by evaluating:Gofer new squeaksource: 'XMLSupport'; package: 'ConfigurationOfXMLSupport'; load. (Smalltalk at: #ConfigurationOfXMLSupport) perform: #loadDefault.It can also be loaded into …
SqueakSource pharo

XMLWriter

XMLWriter allows you to generate well-formed XML documents using an API based on Seaside's canvas and tag brushes so all tags will be nested properly and not left unclosed. For additional info and examples: http://montyos.wordpress.com
SqueakMap squeak

xorp

XORP is a simple planer that can plan tasks and compute the level of use of resources. Its particularity is to take into account 2 kinds of "nodes" between tasks, i.e. AND node that are usual in planing software (TaskA …
SqueakSource

XPathHelp

This book provides examples on coding XPath on a live XMLDocument from the web. It uses Monty's XML Suite available from the squeak metacello repository. https://www.w3.org/TR/1999/REC-xpath-19991116/#section-Introduction 1. XPath is a notation for retrieving information from a document. 2. The information …
SqueakSource pharo