diff options
author | hq <hq@FreeBSD.org> | 2004-10-29 01:14:43 +0800 |
---|---|---|
committer | hq <hq@FreeBSD.org> | 2004-10-29 01:14:43 +0800 |
commit | 0cb49e763b6477ea6de762c163d4e51e19667dab (patch) | |
tree | a523a1b5c7699a3c2a332b0f4fe64eace2b6ad55 /textproc/Makefile | |
parent | a3582508c6226ffe946fcc046247a04c29148835 (diff) | |
download | freebsd-ports-gnome-0cb49e763b6477ea6de762c163d4e51e19667dab.tar.gz freebsd-ports-gnome-0cb49e763b6477ea6de762c163d4e51e19667dab.tar.zst freebsd-ports-gnome-0cb49e763b6477ea6de762c163d4e51e19667dab.zip |
Nux is a small, straightforward, and surprisingly effective open-source
extension of the XOM XML library. Nux is geared towards versatile embedded
integration and interchange, in particular for high-throughput server container
environments (e.g. large-scale Peer-to-Peer messaging network infrastructures
over high-bandwidth networks, scalable MOMs, etc). But its simplicity also
makes it useful for client side XML query/transformation workflow pipelines.
Features include:
- Seamless W3C XQuery support for XOM.
- Efficient and flexible pools and factories for XQueries, XSL Transforms, as
well as Builders that validate against various schema languages, including
W3C XML Schemas, DTDs, RELAX NG, Schematron, etc.
- For simple and complex continuous queries and/or transformations over very
large or infinitely long XML input, a convenient streaming path filter API
combines full XQuery support with straightforward filtering.
- Glue for integration with JAXB and for queries over ill-formed HTML.
- All this is rock-solid, dependable, well documented, and ships in a jar file
that weighs just 60 KB.
WWW: http://dsd.lbl.gov/nux/
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 45b434bd801f..867b20c1d68f 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -233,6 +233,7 @@ SUBDIR += nltk SUBDIR += nn-aspell SUBDIR += nunnimcax + SUBDIR += nux SUBDIR += ny-aspell SUBDIR += ocaml-pxp SUBDIR += ocaml-yaxi |