由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
XML版 - 问个XPath的问题
相关主题
xpath 里面如何找 attribute 最大值呢? (转载)free hosting with XML support?
What is the standard attribute xml:lang for?java question about xml
W3C推出XSLT与Xpath建议。question on finding the XSL file for transformation
a great site to learn xml related technologies..Image in SMIL
Help: XML linking problem in OracleProblem with transformNode??
poor performance of xpathHelp! About XSL.
xpath 问题初级问题 sort XML
对XSLT有地方不理解,请教个位问: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版参与讨论
相关主题
问:XML中的中文处理Help: XML linking problem in Oracle
Help: Several questions on XMLpoor performance of xpath
xslt questionxpath 问题
help needed (netcdf)对XSLT有地方不理解,请教个位
xpath 里面如何找 attribute 最大值呢? (转载)free hosting with XML support?
What is the standard attribute xml:lang for?java question about xml
W3C推出XSLT与Xpath建议。question on finding the XSL file for transformation
a great site to learn xml related technologies..Image in SMIL
相关话题的讨论汇总
话题: lang话题: attribute话题: nodes话题: title话题: select