|
-
Apr 12th, 2002, 06:40 AM
#1
Doctype Statement with VB
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|