generated from sethub/template
[libxml2]Add libxml2 library
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
|
||||
========================
|
||||
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
|
||||
Reference in New Issue
Block a user