diff options
author | lioux <lioux@FreeBSD.org> | 2003-01-09 06:04:05 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-01-09 06:04:05 +0000 |
commit | a36285288d279faf1d8664496feeaf8543fd9ba0 (patch) | |
tree | 464bbd15d8fef6eee541078a3a67d1839213c3b6 /textproc/ocaml-yaxpo/pkg-descr | |
parent | a0f089548370373a0e56ee633b7bb8cdfb981cd8 (diff) | |
download | FreeBSD-ports-a36285288d279faf1d8664496feeaf8543fd9ba0.zip FreeBSD-ports-a36285288d279faf1d8664496feeaf8543fd9ba0.tar.gz |
New port ocaml-yaxpo version 0.0.20020816: Non-validating XML 1.0
+ XMLNS processing suite for Objective Caml
Diffstat (limited to 'textproc/ocaml-yaxpo/pkg-descr')
-rw-r--r-- | textproc/ocaml-yaxpo/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/ocaml-yaxpo/pkg-descr b/textproc/ocaml-yaxpo/pkg-descr new file mode 100644 index 0000000..f7d8a49 --- /dev/null +++ b/textproc/ocaml-yaxpo/pkg-descr @@ -0,0 +1,11 @@ +[ 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/ |