59781 packages
— page 2388
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
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
The XMLRPC-Client (originally from http://bleu.west.spy.net/~dustin/projects/smalltalk-xmlrpc.xtp) and the XMLRPC-Server.
SqueakSource
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
With XMLTransformer you can bind Smalltalk code to any XML element.You can transform a XML into any other XML or finally in some other format ... Sound, Html, Pdf ... what you think of :)You can bind XML namespaces to …
SqueakMap
squeak
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
This package provides a Seaside-like, block-based API for XML generation.
SqueakSource
Pharo By Example Monticello Lights out excercise
SqueakSource
pharo
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
A basic XPath library for Squeak, leveraging the XML parsing capabilities now included in the base image. Modifies XMLNode to better support XPath. Handles basic XPath locator expressions for elements and attributes; returns a collection of XMLNodes matching the expression, …
SqueakMap
squeak
A basic XPath library for Squeak, leveraging the XML parsing capabilities now included in the base image. Modifies XMLNode to better support XPath. Handles basic XPath locator expressions for elements and attributes; returns a collection of XMLNodes matching the expression, …
SqueakSource
squeak
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
Re-implements the XPMReadWriter from Duane Maxwell.Does the right thing and registers as a service for FileList.
SqueakMap
squeak