I am creating an xml file in VB which I have managed to do but I would like to insert a dtd reference so the xml document can be validated at a later date. The line I want to insert is:
<!DOCTYPE xx:xXML SYSTEM "xXML.dtd">
Does anyone know how to do this from VB?
<!DOCTYPE xx:xXML SYSTEM "xXML.dtd">
Does anyone know how to do this from VB?