XML Tree Before XPath
Inspect XML structure in a tree before writing XPath expressions.
Use case
Use this when payload shape is unknown and XPath targeting needs quick visual guidance.
What to expect
Follow the steps from left to right for a quick overview, then use the inline stepper below to run each tool.
Inspect XML structure in a tree before writing XPath expressions.
XML Tree Viewer
XML → RENDERED-TREE
Preview XML tree
Tree renderer status while preserving original XML for handoff.
XPath Evaluator
XML / XPATH → XML / TEXT
Evaluate XPath
Matched values or nodes serialized as JSON.
Workflow steps
Workflow shortcut
Next unlocked step: Step 1 · XML Tree Viewer
XML Tree Viewer
Visualize XML as an interactive tree with attribute-aware node inspection.
XML input
Provide xml input for this workflow step.
Tree preview status
Tree renderer status while preserving original XML for handoff.
Run this step to process the current input and prepare the next workflow stage.
XPath Evaluator
Evaluate XPath expressions against XML input.
XPath input (JSON envelope)
Provide { "xml": "<xml...>", "xpath": "/root/path" } or { "xpath": "//tag" }.
XPath result
Matched values or nodes serialized as JSON.
Run this step to process the current input and prepare the next workflow stage.