Hi,
I am trying to use the msxml parser
I want to generate the following XML file.
I have import the msxml3 usingCode:<ENTITIES>
<FOLDER value=”F1” icon=””>
<ENTITY name=”Entity”>
< OBJECTS >
<OBJ Name=”Obj1” /OBJ>
<OBJ Name=”Obj2” /OBJ>
</ OBJECTS >
</ENTITY>
</FOLDER>
<ENTITIES>
#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!
