Trusted by nearly 20,000 customers worldwide, and all major cloud providers.
OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
Get started — no credit card required.
Auth0 Free: 25K MAUs + 5-Min Setup
Enterprise Auth, Zero Friction: Any Framework • 30+ SDKs • Universal Login
Production-ready login in 10 lines of code. SSO, MFA & social auth included. Scale seamlessly beyond free tier with Okta’s enterprise security.
Comman-line interface XML validating & querying tool
The program processes the given source XML file according to command-line arguments. It can validate the file (with -x or -d option) or query XPath expression (with -p option).
Usage:
java -jar clivaq.jar -- shows the help screen
java -jar clivaq.jar -d <file.dtd> <file.xml> -- validates the <file.xml>
java -jar clivaq.jar -x <file.xsd> <file.xml> -- validates the <file.xml>
java -jar clivaq.jar -p "<XPath expression>" <file.xml> -- evaluates an XPath expression