1QEXO(1)                     General Commands Manual                    QEXO(1)
2
3
4

NAME

6       qexo - the XQuery language implemented on a Java VM
7

SYNOPSIS

9       qexo [options]
10       java kawa.repl --xquery [options]
11

DESCRIPTION

13       This  manual  page documents briefly the qexo package, an XQuery imple‐
14       mentation written completely in the Java language.  XQuery  expressions
15       are compiled into Java bytecodes for efficiency.
16
17       XQuery  is a new language designed for querying, manipulating, and gen‐
18       erating XML and similar data sets.
19
20       Using the qexo script is equivalent to invoking an interpreter  of  the
21       Java  language  on  the  kawa.repl  class  and  specifying the --xquery
22       option.
23
24       This manual page is just a quick synopsis.  For more  information,  see
25       the links below.
26
27

OPTIONS

29       -e expression
30              Evaluate the expression.
31
32       -c expression
33              Evaluate  the  expression,  but does not cause the start-up file
34              ~/.kawarc.scm to be read.
35
36       -f filename
37              Read and evaluate XQuery expressions from the filename.
38
39       -s     Enter an interactive read-evaluate-print command loop.
40
41       -w     Enter an interactive read-evaluate-print in a new top-level win‐
42              dow.
43
44       -C filename
45              Compile  filename to one or more Java class files.  See the Kawa
46              manual for details.
47
48       If no options are specified, it is equivalent to -s.
49       GNU readline(3) can normally be used to edit commands.
50
51

FILES

53       /usr/bin/qexo
54              The qexo executable  just  invokes  kawa(1)  with  the  --xquery
55              option.
56
57       ~/.kawarc.scm
58              Commands that are executed when qexo (or kawa) is started.
59

AUTHOR

61       Per Bothner <per@bothner.com>.
62

SEE ALSO

64       kawa(1)
65
66       info       kawa       -       the       complete      Kawa      manual.
67       http://www.gnu.org/software/qxeo/http://www.gnu.org/software/qxeo/⟩ -
68       the      qexo     home     page.      http://www.gnu.org/software/kawa/
69http://www.gnu.org/software/kawa/⟩   -    the    kawa    home    page.
70       htpp://www.w3.org/XML/Query  ⟨htpp://www.w3.org/XML/Query⟩  -  the  W3C
71       XQuery home page.
72
73
74
75
76                                                                       QEXO(1)
Impressum