Jan Ulrich
Apr 12th, 2002, 06:40 AM
Hy, my problem is that i want to make a small vb prototyp with which i can produce a xml-file. So I do this with the
Dim oDoc As DOMDocument
my problem is that i want to create a xml-file which look like the next example:
<?xml version="1.0"?>
<!DOCTYPE mydoc SYSTEM "myDTD.dtd">
<Account>.....</Account>
.......
and so on but i found nothing how i can create the second statement
<!DOCTYPE mydoc SYSTEM "myDTD.dtd">
I use vb 6.0 and Microsoft XML v3.0
Please help me soon
Regards, Jan :confused:
Dim oDoc As DOMDocument
my problem is that i want to create a xml-file which look like the next example:
<?xml version="1.0"?>
<!DOCTYPE mydoc SYSTEM "myDTD.dtd">
<Account>.....</Account>
.......
and so on but i found nothing how i can create the second statement
<!DOCTYPE mydoc SYSTEM "myDTD.dtd">
I use vb 6.0 and Microsoft XML v3.0
Please help me soon
Regards, Jan :confused: