Happy !

PharoExtras / OPAX

Project infos

License MIT
Tags xml sax dom
Creation date 2013-03-03
Website

Monticello registration

About OPAX

OPAX is a generic way to build elements from a dom tree using SAX. The goal of Opax is to combine DOM and SAX such that: - we get a tree of objects, like in a DOM - but these are explicit objects and not strings.

This is achieved by transforming SAX events into objects based on the types of the XML tags. Migrated from squeaksource.