Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jvitasek/vut-fit-ipp-proj1
https://github.com/jvitasek/vut-fit-ipp-proj1
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jvitasek/vut-fit-ipp-proj1
- Owner: jvitasek
- Created: 2015-03-19T14:00:42.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-19T14:03:21.000Z (almost 10 years ago)
- Last Synced: 2023-02-28T20:02:33.973Z (almost 2 years ago)
- Language: PHP
- Size: 238 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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