You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
761 B
43 lines
761 B
|
|
========================
|
|
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
|