[ANN] nux-1.0a4 release - XQuery support for XOM

Wolfgang Hoschek <[email protected]> Fri, 22 Oct 2004 09:19:58 -0700
Newsgroups gmane.comp.web.query-languages
Message-ID <37D917BE-2446-11D9-90E6-000A95BD16CE__13610.1965712898$1098462400$gmane$org@lbl.gov>
This is to announce the nux-1.0a4 release.

Nux provides seamless W3C XQuery support for XOM, through Saxon/Java. 
It also offers efficient and flexible pools and factories for XQueries, 
XSL Transforms, as well as Builders that validate against W3C XML 
Schemas.  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.

For details see http://dsd.lbl.gov/nux/

Changelog:

	• 	For simple and complex continuous queries and/or transformations 
over very large or infinitely long XML input documents, we have added a 
convenient streaming path filter API, combining full XQuery support 
with straightforward filtering.
	• 	XOMUtil: Added a node factory that ignores Text nodes that consist 
of whitespace only.
	• 	Fixed small bug in XQueryPool.getXQuery(Resolver)
	• 	Faster XOMUtil.toPrettyXML
	• 	Javadoc improvements

Regards,
Wolfgang.