|
-
Mar 5th, 2005, 03:52 PM
#1
Thread Starter
Fanatic Member
Creating XML based on a schema
Hi All
I need to create XML files based on a template. My current approach is to load the empty template and then assign values to the elements. For simle elements its fine but I'm finding adding nodes quite cumbersome.
My template looks something like this:
<FormData>
<user></user>
<machine</machine>
<items>
<item>
<sequence></sequence>
<description></description>
</item>
<items>
</FormData>
I'm using VB6 and MSXML ver 2.6
What are the alternatives I could user to achieve the same results. How do I use the Schema as a template to create the XML files.
Thanks
Using VB.NET 2003/.NET 1.1/C# 2.0
http://del.icio.us/rajoo
Blow your mind, smoke gunpowder
Ashes to ashes, dust to dust
If God won't have you, the devil will. - Author unknown
Don't follow me, I'm lost too ...
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
|