boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
XML版 - 问个XPath的问题
相关主题
xpath 里面如何找 attribute 最大值呢? (转载)
What is the standard attribute xml:lang for?
W3C推出XSLT与Xpath建议。
a great site to learn xml related technologies..
Help: XML linking problem in Oracle
poor performance of xpath
xpath 问题
对XSLT有地方不理解,请教个位
free hosting with XML support?
java question about xml
相关话题的讨论汇总
话题: lang话题: attribute话题: nodes话题: title话题: select
进入XML版参与讨论
1 (共1页)
c******e
发帖数: 558
1
/title/[@lang] will select title element's all child nodes, which has lang
as attribute.
but how to select those child nodes that doesn't have the lang attribute?
Please advise, gurus! Thank you in advance. :-)
m******0
发帖数: 1306
2
/title/[not(@lang)]
c******e
发帖数: 558
3
/title/[@lang] will select title element's all child nodes, which has lang
as attribute.
but how to select those child nodes that doesn't have the lang attribute?
Please advise, gurus! Thank you in advance. :-)
b*****i
发帖数: 491
4
/title/*[not(@lang)]
1 (共1页)
进入XML版参与讨论
相关主题
java question about xml
question on finding the XSL file for transformation
Image in SMIL
Problem with transformNode??
Help! About XSL.
初级问题 sort XML
问:XML中的中文处理
Help: Several questions on XML
xslt question
help needed (netcdf)
相关话题的讨论汇总
话题: lang话题: attribute话题: nodes话题: title话题: select