android_mt6572_jiabo/external/libxml2/result/XPath/tests/vidbase
2025-09-05 16:56:03 +08:00

42 lines
761 B
Text

========================
Expression: id('chapter1')
Object is a Node Set :
Set contains 1 nodes:
1 ELEMENT chapter
ATTRIBUTE id
TEXT
content=chapter1
========================
Expression: id('chapter3')
Object is a Node Set :
Set contains 1 nodes:
1 ELEMENT chapter
ATTRIBUTE id
TEXT
content=chapter3
========================
Expression: id('chapter1')/p
Object is a Node Set :
Set contains 4 nodes:
1 ELEMENT p
2 ELEMENT p
3 ELEMENT p
4 ELEMENT p
========================
Expression: id('chapter1')//p
Object is a Node Set :
Set contains 4 nodes:
1 ELEMENT p
2 ELEMENT p
3 ELEMENT p
4 ELEMENT p
========================
Expression: id('chapter1')/p[1]
Object is a Node Set :
Set contains 1 nodes:
1 ELEMENT p