XQuery is designed to be a language in which queries are concise and easily understood. It is also flexible enough to query a broad spectrum of XML information sources, including both databases and documents.
Organization: W3C
More information: XQuery page on the W3C Web site
http://www.w3.org/TR/xquery/
XQueryとはXML問い合わせ言語のひとつでデータベースにとってのSQLのようにXML文書に対してさまざまな問合せを行うことが出来るように開発された言語です。
XQuery 1.0はXPath 2.0をサブセット(部分集合)として含んでいるのでXMLの各要素を指定するにはXpathを使用します。
XQueryはSQLのSelect節、From節、Where節などのようなものをFLWR表現式のfor、let、where、return句などで実現して複数のXML文書にたいして選択、射影、直積、結合などを実行することが出来ます。
http://www18.tok2.com/home/koumori27/xml/xql/xql_menu.html
XQuery is designed to be a language in which queries are concise and easily understood. It is also flexible enough to query a broad spectrum of XML information sources, including both databases and documents.
Organization: W3C
More information: XQuery page on the W3C Web site
http://www.w3.org/TR/xquery/
2* http://www18.tok2.com/home/koumori27/xml/xql/xql1.html
XQueryとはXML問い合わせ言語のひとつでデータベースにとってのSQLのようにXML文書に対してさまざまな問合せを行うことが出来るように開発された言語です。
XQuery 1.0はXPath 2.0をサブセット(部分集合)として含んでいるのでXMLの各要素を指定するにはXpathを使用します。
XQueryはSQLのSelect節、From節、Where節などのようなものをFLWR表現式のfor、let、where、return句などで実現して複数のXML文書にたいして選択、射影、直積、結合などを実行することが出来ます。
http://www18.tok2.com/home/koumori27/xml/xql/xql_menu.html