Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jvitasek/vut-fit-ipp-proj1


https://github.com/jvitasek/vut-fit-ipp-proj1

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# VUT-FIT-IPP-Proj1
The script carries out processing an input query similar to the SELECT command of SQL on an input file/stdin formatted in XML. The output is an XML file or XML outputted to stdout.

Usage:

-n Do not generate the XML header on the output of the script.

--help Print the help statement.

--input= Set the input file in XML format.

--output= Set the output file in XML format.

--query=<`query`> Set a query in the language defined by the assignment.

--qf= Set a query located in a file in the language defined by the assignment.

--root= The name of the pair root element encapsulating the results.

# Example:

php xqr.php --input=input.xml --query="SELECT book FROM library" --output=test.out --root=Wrapper