由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 问个XPath的问题
相关主题
急!问个有关aligment的问题。how to get time() result in millisecond precision? (转载)
问一个排序的问题gurus: How to optimize this c code
如何从html文件里提出中文c++11 std thread类 怎么样,大家用过么
在线等...Java怎么读XPath?黑c++的java程序猿只知道编程序做网站
有没有对xml文件进行类似sql直观查询的工具? (转载)程序员之死
web serviceTIOBE Index August Headline: Java stronger in the lead
出个题目: 给二手版加自动match功能How to use reflection in C# to do this job?
推荐个html parser的库?Does C++ have serializer and deserialzier
相关话题的讨论汇总
话题: lang话题: attribute话题: nodes话题: select话题: child
进入Programming版参与讨论
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. :-)
X****r
发帖数: 3557
2
http://www.w3.org/TR/xpath#section-Boolean-Functions

lang
attribute?

【在 c******e 的大作中提到】
: /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. :-)

c******e
发帖数: 558
3
Got it. Thanks a lot with a BZ. :-)
1 (共1页)
进入Programming版参与讨论
相关主题
Does C++ have serializer and deserialzier有没有对xml文件进行类似sql直观查询的工具? (转载)
帮忙看看jsp里的分页web service
newbie python question出个题目: 给二手版加自动match功能
动态生成pdf一问 (转载)推荐个html parser的库?
急!问个有关aligment的问题。how to get time() result in millisecond precision? (转载)
问一个排序的问题gurus: How to optimize this c code
如何从html文件里提出中文c++11 std thread类 怎么样,大家用过么
在线等...Java怎么读XPath?黑c++的java程序猿只知道编程序做网站
相关话题的讨论汇总
话题: lang话题: attribute话题: nodes话题: select话题: child