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/nux/files | |
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/nux/files')
-rw-r--r-- | textproc/nux/files/fire-validate.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/textproc/nux/files/fire-validate.sh b/textproc/nux/files/fire-validate.sh new file mode 100644 index 000000000000..5f8c5acf1fda --- /dev/null +++ b/textproc/nux/files/fire-validate.sh @@ -0,0 +1,5 @@ +#!/bin/sh +# +# $FreeBSD$ + +exec %%JAVA%% -classpath "`%%LOCALBASE%%/bin/classpath`" nux.xom.tests.ValidationCommand $* |