The syntax for com.sybase.xml.xql.XqlDriver is:
java com.sybase.xml.xql.XqlDriver -qstring XQL_query -validate true | false -infile string -outfile string -help -saxparser string
Where:
qstring specifies the XQL query you are running.
validate checks the validity of the XML documents.
infile is the XML document you are querying.
outfile is the operating system file where you are storing the parsed XML document.
help displays the com.sybase.xml.xql.XqlDriver syntax.
saxparser specifies the name of a CLASSPATH parser that is compliant with SAX 2.0.
For information about XQL, see “Using XQL”.