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. :-) |
|