Happy !
PharoExtras / OPAX
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.
