vidparts 574 B

123456789101112131415161718192021222324252627
  1. ========================
  2. Expression: xpointer(id("chapter1"))
  3. Object is a Node Set :
  4. Set contains 1 nodes:
  5. 1 ELEMENT chapter
  6. ATTRIBUTE id
  7. TEXT
  8. content=chapter1
  9. ========================
  10. Expression: xpointer(//*[@id="chapter1"])
  11. Object is a Node Set :
  12. Set contains 1 nodes:
  13. 1 ELEMENT chapter
  14. ATTRIBUTE id
  15. TEXT
  16. content=chapter1
  17. ========================
  18. Expression: xpointer(id("chapter1"))xpointer(//*[@id="chapter1"])
  19. Object is a Node Set :
  20. Set contains 1 nodes:
  21. 1 ELEMENT chapter
  22. ATTRIBUTE id
  23. TEXT
  24. content=chapter1