XML Query Language
XML Query Language is an actively used query language created in 1998. We propose a query language for XML, called XML-QL, as one possible answer to these questions. The language has a SELECT-WHERE construct, like SQL, and borrows features of query languages recently developed by the database research community for semistructured data.
22Years Old | ?Users | ?Jobs |
- XML Query Language first appeared in 1998
- Have a question about XML Query Language not answered here? Email me and let me know how I can help.
Example code from the web:
WHERE <book> <publisher><name>Addison-Wesley</></> <title> $t</> <author> $a</> </> IN "www.a.b.c/bib.xml" CONSTRUCT <result> <author> $a</> <title> $t</> </>
Last updated August 9th, 2020