XSD Schema Validator

JSON →
library 0.11.0 ·javascript
verified Jun 7, 2026

A Node.js library for validating XML against XSD schemas, using Java under the hood. Current stable version is 0.11.0, with infrequent releases. It wraps Java's built-in XML validation capabilities, making it a reliable choice when Java is available. Key differentiators: it works with strings, streams, or file paths; returns a promise with a result object. Note: it depends on a local Java installation (JDK or JRE) and the 'javac'/'java' commands. The library is ESM-only since version 0.11.0 and ships TypeScript types. It is actively maintained but has limited community adoption.