|
-
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
-
Mar 15th, 2004, 02:58 PM
#2
Addicted Member
Hello,
I am trying to find the answer to this question as well, so instead of starting a new thread I'm bumping this one up. I am using VB6 and I can not find any documentation on creating this either.
There is not a dom.CreateDocumentType, so how can I do this?
<!DOCTYPE mydoc SYSTEM "myDTD.dtd">
Thanks in advance
.·*¨) ¸.·*¨) ¸.·*¨*
(¸.*´ ¸.·´*'~*Renee~* (¸.*´~*
Funny how the little things can stop you dead in your tracks. 
-
Mar 16th, 2004, 01:53 PM
#3
Addicted Member
Is using fso or something to that effect the only way to do this?
.·*¨) ¸.·*¨) ¸.·*¨*
(¸.*´ ¸.·´*'~*Renee~* (¸.*´~*
Funny how the little things can stop you dead in your tracks. 
-
Mar 16th, 2004, 09:08 PM
#4
-
Mar 18th, 2004, 10:11 AM
#5
Addicted Member
Thank you Martinliss. Your response is greatly appreciated I wanted to ensure that I wasn't overlooking something.
.·*¨) ¸.·*¨) ¸.·*¨*
(¸.*´ ¸.·´*'~*Renee~* (¸.*´~*
Funny how the little things can stop you dead in your tracks. 
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
|