XSD to XPath Generator
xsd to xpath generator provides capability to generate xpath definitions from and xsd file . This utility can be usefulr in a number of scenarios wherein people have to manually write all the xpath of an xml.
Usage
Steps:
-
Clone the code using
git clone https://github.com/jksinghpro/xsd-xpath-generator.git
-
Go to root directory and run
mvn clean install
-
After build success
cd target/
-
Run
java -cp xsd-xpath-generator-1.0.0-SNAPSHOT.jar {{ path to xsd file }}
Issues
- Issue Tracker: https://github.com/jksinghpro/xsd-xpath-generator/issues