Registry / testing / xml-path

xml-path

JSON →
library6.0.0javamavenunverified

Java DSL for easy testing of REST services, providing XML path parsing and validation.

<dependency> <groupId>io.rest-assured</groupId> <artifactId>xml-path</artifactId> <version>6.0.0</version> </dependency>
INSTALL
IMPORT
SIG · XML-PATH
X
xml-path
testingjavav6.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

XmlPath
io.restassured.path.xml.XmlPath

Minimal example showing XML path parsing with REST Assured.

import io.restassured.path.xml.XmlPath; public class Example { public static void main(String[] args) { String xml = "<root><name>John</name></root>"; XmlPath xmlPath = new XmlPath(xml); String name = xmlPath.getString("root.name"); System.out.println(name); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
22
Resources
xml-path — mvn dependency:get xml-path · libregistry