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 "BT.dtd">
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
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 "BT.dtd">
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