freebsd-ports/textproc/ocaml-yaxpo/pkg-descr
Mario Sergio Fujikawa Ferreira 5dace82881 New port ocaml-yaxpo version 0.0.20020816: Non-validating XML 1.0
+ XMLNS processing suite for Objective Caml
2003-01-09 06:04:05 +00:00

11 lines
506 B
Text

[ excerpt from developer's www site ]
Yaxpo is a hand-written nonvalidating XML 1.0 + XMLNS processing
suite for Objective Caml, designed for flexibility in new and unusual
applications of XML. The Yaxpo parser provides all three pull, push
(SAX-like), and accumulate (DOM-like) interfaces. The latter of
these provides a data model complete with DOM-like constructors,
accessors, mutators, and serializers, enabling you to manipulate
and emit XML as well as parse it.
WWW: http://mikelin.mit.edu/yaxpo/