node-xml
node-xml copied to clipboard
Support for doctypes and DTDs
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>