1XQILLA(1)                        User Commands                       XQILLA(1)
2
3
4

NAME

6       xqilla - run XQuery and XPath 2 expressions
7

SYNOPSIS

9       xqilla [OPTION]... QUERY-FILE...
10

DESCRIPTION

12       Run XQuery and XPath 2 expressions from QUERY-FILE.
13
14       -h     Show help and exit
15
16       -p     Parse in XPath 2 mode (default is XQuery mode)
17
18       -P     Parse in XPath 1.0 compatibility mode (default is XQuery mode)
19
20       -s     Parse XSLT 2.0
21
22       -f     Parse using W3C Full-Text extensions
23
24       -u     Parse using W3C Update extensions
25
26       -e     Parse using XQilla specific extensions
27
28       -d     Run the query in interactive debugging mode
29
30       -x     Use the Xerces-C data model (default is the FastXDM)
31
32       -i file
33              Load XML document and bind it as the context item
34
35       -b baseURI
36              Set the base URI for the context
37
38       -v name value
39              Bind the name value pair as an external variable
40
41       -o file
42              Write the result to the specified file
43
44       -n number
45              Run the queries a number of times
46
47       -q     Quiet mode - no output
48
49       -t     Output an XML representation of the AST
50
51       The  xqilla  command  line  tool  can be used to run XQuery and XPath 2
52       expressions. It is also a good example of how to use the Simple API  of
53       the XQilla library.
54

REPORTING BUGS

56       Report bugs to <https://sourceforge.net/projects/xqilla/support>.
57
59       Copyright © 2001-2008 DecisionSoft Limited.
60       Copyright © 2004-2008 Oracle.
61
62       Licensed under the Apache License, Version 2.0 (the "License"); you may
63       not use this file except in  compliance  with  the  License.   You  may
64       obtain        a        copy        of        the       License       at
65       <http://www.apache.org/licenses/LICENSE-2.0>
66
67       Unless required by applicable law or agreed  to  in  writing,  software
68       distributed under the License is distributed on an "AS IS" BASIS, WITH‐
69       OUT WARRANTIES OR CONDITIONS OF ANY KIND, either  express  or  implied.
70       See  the  License  for  the specific language governing permissions and
71       limitations under the License.
72

SEE ALSO

74       The  full  documentation  for  the  XQilla  library  is  available   at
75       <http://xqilla.sourceforge.net/Documentation>.
76
77
78
79xqilla                           January 2010                        XQILLA(1)
Impressum