aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/nux
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.6hq2006-06-202-4/+4
|
* - Update to 1.4.1hq2006-03-223-5/+5
| | | | | - Use 'exec' in launcher shell script to comply with Porter's Handbook guidelines
* Update to 1.4hq2005-12-062-5/+5
|
* - Update to 1.3hq2005-11-244-20/+20
| | | | | | | - Add SHA256 info - No more validation tool - Install a new XQuery command-line tool (optional) - Install docs using ${FIND} | ${INSTALL_DATA}
* - Update to 1.0 finalhq2005-02-214-19/+16
| | | | | | - Improve launcher shell script: use JAVA_VERSION instead of hardcoding a particular JDK - Use SUB_FILES to generate the launcher shell script
* Nux is a small, straightforward, and surprisingly effective open-sourcehq2004-10-294-0/+96
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/