由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
XML版 - xpath 问题
相关主题
W3C推出XSLT与Xpath建议。Can I mix different kinds of Chinese in the same
a great site to learn xml related technologies..how to represent a graph in xml?
Help: XML linking problem in Oracle[转载] XML parsing problem
poor performance of xpath请问DTD中的嵌套问题
对XSLT有地方不理解,请教个位[转载] Re: May a XML file have more than one root?
问个XPath的问题怎么去掉xml文件中某些element的prefix
xpath 里面如何找 attribute 最大值呢? (转载)使用group出现问题
Can I use Chinese element names?Help with tips for xml file transfer using socket
相关话题的讨论汇总
话题: mytableid话题: table话题: form话题: xpath话题: element
进入XML版参与讨论
1 (共1页)
r***e
发帖数: 38
1
怎样在一个xpath expression 中来"或"element
eg:
//form//table[@id='myTableID'] 将给出所有id是myTableID的table element
现在想要找所有id是myTableID的table或TABLE的element.
试了
//form//table|TABLE[@id='myTableID'] 不行
最后要
//form//table[@id='myTableID']|//form//TABLE[@id='myTableID'] 才行
请问有没有更简洁的expression啊?
1 (共1页)
进入XML版参与讨论
相关主题
Help with tips for xml file transfer using socket对XSLT有地方不理解,请教个位
Please help! How to Program to Create an XML document with no root element?问个XPath的问题
Re: Please help! How to Program to Create an XML document with no root element?xpath 里面如何找 attribute 最大值呢? (转载)
xslt questionCan I use Chinese element names?
W3C推出XSLT与Xpath建议。Can I mix different kinds of Chinese in the same
a great site to learn xml related technologies..how to represent a graph in xml?
Help: XML linking problem in Oracle[转载] XML parsing problem
poor performance of xpath请问DTD中的嵌套问题
相关话题的讨论汇总
话题: mytableid话题: table话题: form话题: xpath话题: element