|
-
Apr 29th, 2002, 01:31 PM
#1
Thread Starter
Hyperactive Member
xml document formats and VB MSXML2
I can use Visual Basic's MSXML2 objects to make an xml file like this:
<root>
<record>
<JobID>126</JobID>
<Session>1</Session>
<WorkStation>LARCHMONT</WorkStation>
<JobSource>dbaexchis\</JobSource>
</record></root>
But how do I use that library to make a file like this:
<root>
<record JobID="126" Session="1" WorkStation="LARCHMONT" JobSource="dbaexchis\">
</record></root>
What I desire, is it considered "attribute-centric"?
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
|