|
NAMEqexo - the XQuery language implemented on a Java VMSYNOPSISqexo [options]java kawa.repl --xquery [options] DESCRIPTIONThis manual page documents briefly the qexo package, an XQuery implementation written completely in the Java language. XQuery expressions are compiled into Java bytecodes for efficiency.XQuery is a new language designed for querying, manipulating, and generating XML and similar data sets. Using the qexo script is equivalent to invoking an interpreter of the Java language on the kawa.repl class and specifying the --xquery option. This manual page is just a quick synopsis. For more information, see the links below. OPTIONS
If no options are specified, it is equivalent to -s.
FILES
AUTHORPer Bothner <per@bothner.com>.SEE ALSOkawa(1)info kawa - the complete Kawa manual. http://www.gnu.org/software/qxeo/ - the qexo home page. http://www.gnu.org/software/kawa/ - the kawa home page. htpp://www.w3.org/XML/Query - the W3C XQuery home page. Visit the GSP FreeBSD Man Page Interface. |