wankdanker / node-object-to-xml

Convert any JavaScript object to XML
MIT License
19 stars 8 forks source link

How do I add doctype? #17

Open harm-meijer opened 3 years ago

harm-meijer commented 3 years ago

I tried : '!DOCTYPE cXML SYSTEM "http://xml.cxml.org/schemas/cXML/1.2.012/cXML.dtd"': null, and results in <!DOCTYPE cXML SYSTEM "http://xml.cxml.org/schemas/cXML/1.2.012/cXML.dtd" />

But then Chrome tells me:

This page contains the following errors: error on line 2 at column 75: DOCTYPE improperly terminated Below is a rendering of the page up to the first error.