How To Validate Dtd Against Xml In Node.js
How do I validate DTD against a particular XML in Node.js? I have an endpoint that contains DTD for each XML payload but trying to find a good solution that can be schema validated
Solution 1:
This is an old post, but now we can do it with Node-Libxml So bad libxmljs can't
Post a Comment for "How To Validate Dtd Against Xml In Node.js"