node-xml icon indicating copy to clipboard operation
node-xml copied to clipboard

Support for doctypes and DTDs

Open 9point6 opened this issue 9 years ago • 0 comments

I can't seem to find a way of including a doctype in an outputted document.

For example here (http://wiki.xmltv.org/index.php/XMLTVFormat):

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE tv SYSTEM "xmltv.dtd">

<tv>...</tv>

9point6 avatar Jan 17 '17 08:01 9point6