I am building a service which needs to validate XML files adhere to a given schema. In perusing the list of node modules at https://github.com/joyent/node/wiki/modules I see several XML parsing solutions but none of them, at first glance, appear to support XSD.
Are there other solutions out there I missed? Alternatively I am considering implementing a node proxy to an external library's functionality. The following question page has several good suggestions (Xerces and Xmllint being interesting) along these lines. Would something else be preferable?