Tool Pocket
Reset
Back

🔍 XPath

Extract elements from XML using XPath.

XML

XML is a markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable.

XPath

XPath selects nodes in an XML document. The nodes can be selected by their name, by their content, or by their attributes.

Usage

  1. Enter the XML into the input pane.
  2. Enter the XML path query.
  3. Click the 'Select' button.
  4. The selected elements will be displayed on the output pane.