/
- start selection from the document node
- allows you to create 'absolute' path expressions
- e.g. “/html/body/p” matches all the paragraph elements
- start selection matching anywhere in the docume
- allows you to create 'relative' path expressions
- e.g. “//p” matches all the paragraph elements