[
Lists Home |
Date Index |
Thread Index
]
> I'm not sure what you mean by 'an XQuery document'
When I run the SAXON XQuery Processor from a DOS command line I am expected
to provide three arguments:
1. The name of an (input) XML file
2. The name of an XQuery document
3. The name of an output file
For example:
com.saxonica.Query FitnessCenter.xml FitnessCenter.xq Results.html
Thus, "FitnessCenter.xq" is the "XQuery document".
/Roger
|