buba XPath builder that enables you to
evaluate an XPath expression. You enter an expression in the XPath field, and
the nodes in the nodeset returned by the XPath expression is listed in the
result window. Attribute-value pairs, as well as text content if the node has
text content only, are displayed for each node in the result list.
XPath help
The following XPath expression / and
CTRL+SPACE showing all the child elements of all the table elements
of the div element:
The following XPath expression // and
CTRL+SPACE showing all elements in the document:
This XPath expression [@ and CTRL+SPACE
showing all attribute of rect elements: