How do I get the DOM to insert the DOCTYPE?

admin

Administrator
Staff member
Help! I'm using the XML DOM and I can't get it to insert the DOCTYPE nodeat the start of my XML document (I'm generating one from scratch using theDOM).The node should be:<!DOCTYPE XML_TESTS SYSTEM "C:\blah.dtd">How do I do this?
 
Back
Top