Questions tagged [xqilla]

For questions related to XQilla, the XQuery and XPath processor.

XQilla is an XQuery and XPath 2 library and command line utility written in C++, implemented on top of the Xerces-C library. It is made available under the terms of the Apache License v2.

15 questions
8
votes
1 answer

Basic XQilla XPath example

I am looking for a basic example of how to setup XQilla to use an XPath query on a std::string containing XML. The example on the XQilla site appears to use XQuery on either a file or an URL.
ThomasMcLeod
  • 7,603
  • 4
  • 42
  • 80
5
votes
3 answers

xml parsing with constant memory usage

i am trying to find xml parser with xpath support that uses small amount of memory , or rather constant amount of memory , i am trying to parse large xml files , like almost 1 Giga , i have been reading about xqilla , and it seems that is uses very…
shd
  • 1,201
  • 4
  • 17
  • 29
3
votes
2 answers

Passing variable from bash to XQuery

I have a bash-script, that traverses through multiple directories and parses data from a few XML files. I am using XQilla to execute my XQueries. echo "---|Reading names|---" ../../xqilla .._name.fcs >> /var/lib/mysql-files/name.txt And this is the…
2
votes
0 answers

How to run XQuery script on XML files with explicit schema info using xqilla?

How to run XQuery script on XML files with explicit schema info using xqilla? I'm using xqilla to run XQuery scripts on XML files: $ more BookstoreQ.xml