Questions tagged «xquery»


8
如何在SQL Server XML列中查询值
我将以下XML存储在RolesSQL Server数据库的XML列(称为)中。 <root> <role>Alpha</role> <role>Beta</role> <role>Gamma</role> </root> 我想列出所有在其中具有特定角色的行。此角色由参数传递。
127 sql  sql-server  xml  xquery 

2
使用XPath,如何根据其文本内容和属性值选择节点?
鉴于此XML: <DocText> <WithQuads> <Page pageNumber="3"> <Word> July <Quad> <P1 X="84" Y="711.25" /> <P2 X="102.062" Y="711.25" /> <P3 X="102.062" Y="723.658" /> <P4 X="84.0" Y="723.658" /> </Quad> </Word> <Word> </Word> <Word> 30, <Quad> <P1 X="104.812" Y="711.25" /> <P2 X="118.562" Y="711.25" /> <P3 X="118.562" Y="723.658" /> <P4 X="104.812" Y="723.658" /> </Quad> </Word> </Page> …
71 xml  xpath  xquery 
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.