Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DTD and XML

Status
Not open for further replies.

durug

Technical User
Mar 22, 2002
335
CA
Hi everybody!

I created an XML file in VB with data from SQL using .
And then used the save method from DOM to save the info into a XML file.

Now I have to add this line to my xml file
<!DOCTYPE BTLoad SYSTEM &quot;BT.dtd&quot;>
Is there an option to add this line through DOM, or do I have to store the xml into a string and manipulate the string?

thanks a lot,
Durug
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top