For example, plain XQuery returns items (such as elements or document fragments) in the result set as one item per row, even if multiple items come from the same document (row) in the database.
例如,普通XQuery返回结果集形式的项(例如元素或文档片段),一项作为一行,即便多个项来自数据库中的同一文档(行)也是如此。
The validation process defined by XML Schema also strongly influenced the XQuery facilities for constructing new elements and assigning their types.
XMLSchema定义的有效过程也极大地影响了用于构造新元素和指派其类型的XQuery工具。
The XQuery in Listing 1 locates all such elements.
清单1中的XQuery找到所有这样的元素。
The XQuery where clause contains the join condition, comparing the manager names with the employee name elements.
XQuery的where子句包含连接条件,这些条件用于主管姓名与员工姓名元素的比较。
XQuery provides a method to select and process different elements of an XML document out into a different XML or other structure.
XQuery提供了一种选择XML文档的不同元素并处理为不同 XML或其他结构的方法。
XQuery also builds on XPath, meaning everything you've learned about nodes, predicate matching, and how elements and attributes relate to each other applies to XQuery.
XQuery也构建在XPath 之上,这意味着您所知道的关于节点、谓词匹配,以及元素和属性如何彼此关联等所有内容都适用于 XQuery。
An XPath statement in an XQuery or XSLT stylesheet might test for one of the predefined elements and also display the known color.
XQuery或xslt样式表中的一个xpath语句可能测试一个预定义元素并显示已知颜色。
The XMLEXISTS predicate determines whether an XQuery expression returns a sequence of one or more elements.
XMLEXISTS谓词判断一个XQuery表达式是否返回一个元素序列。
Listing 1 shows an XQuery program that consumes an HTML page (using the EXPath HTTP Client library) and extracts all paragraph elements from the web page.
清单1展示了一个XQuery程序,它消费一个HTML页面(通过使用EXPathHTTPclient库)并从该web页面抽取出所有段落元素。
XQuery combines the flexibility of the XPath specification language to extract individual elements with the ability to easily define functions, loops and programmable elements.
XQuery 将XPath规范语言提取单个元素的灵活性与易于定义函数、循环和可编程元素的能力结合在一起。
XQuery combines the flexibility of the XPath specification language to extract individual elements with the ability to easily define functions, loops and programmable elements.
XQuery 将XPath规范语言提取单个元素的灵活性与易于定义函数、循环和可编程元素的能力结合在一起。
应用推荐