chaptersparts 944 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. ========================
  2. Expression: xpointer(//chapitre[2])
  3. Object is empty (NULL)
  4. ========================
  5. Expression: xpointer(//chapter[2])
  6. Object is a Node Set :
  7. Set contains 1 nodes:
  8. 1 ELEMENT chapter
  9. ATTRIBUTE id
  10. TEXT
  11. content=chapter2
  12. ========================
  13. Expression: xpointer(//chapitre[2])xpointer(//chapter[2])
  14. Object is a Node Set :
  15. Set contains 1 nodes:
  16. 1 ELEMENT chapter
  17. ATTRIBUTE id
  18. TEXT
  19. content=chapter2
  20. ========================
  21. Expression: xpointer(id("chapter1"))
  22. Object is empty (NULL)
  23. ========================
  24. Expression: xpointer(//*[@id="chapter1"])
  25. Object is a Node Set :
  26. Set contains 1 nodes:
  27. 1 ELEMENT chapter
  28. ATTRIBUTE id
  29. TEXT
  30. content=chapter1
  31. ========================
  32. Expression: xpointer(id("chapter1"))xpointer(//*[@id="chapter1"])
  33. Object is a Node Set :
  34. Set contains 1 nodes:
  35. 1 ELEMENT chapter
  36. ATTRIBUTE id
  37. TEXT
  38. content=chapter1