|
-
September 8th, 2005, 05:20 AM
#1
Stupid XML question
Hi,
I am trying to use the msxml parser
I want to generate the following XML file.
Code:
<ENTITIES>
<FOLDER value=”F1” icon=””>
<ENTITY name=”Entity”>
< OBJECTS >
<OBJ Name=”Obj1” /OBJ>
<OBJ Name=”Obj2” /OBJ>
</ OBJECTS >
</ENTITY>
</FOLDER>
<ENTITIES>
I have import the msxml3 using
#import "C:\\WINDOWS\\System32\\msxml3.dll" named_guids
and now please just a piece of code to generate an XML file like above it will be great.
Thanks a lot!
-
September 8th, 2005, 05:24 AM
#2
Re: Stupid XML question
NOTE : Even VB code is good ;-))
-
September 8th, 2005, 05:26 AM
#3
Re: Stupid XML question
Here is an example
But 1 question: why msxml3 and not simply msxml?
PS: your code is not a valid XML document.
Har Har
-
September 8th, 2005, 05:35 AM
#4
Re: Stupid XML question
Fast and efficient
seems to be exactly what I need.
For the msxml3, just why not ;-))
-
September 8th, 2005, 05:37 AM
#5
Re: Stupid XML question
 Originally Posted by F.Mayis
For the msxml3, just why not ;-))
So that it works on machines that do not have msxml3 installed.
Har Har
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
|