Message 1 of 6
XML Import and Export - VBA

Not applicable
08-17-2005
07:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am starting to look into using XML in conjunction with AutoCAD, and was looking for a little feedback....
I am collecting Various Data in AutoCAD, and populating it into Custom Class Object Types. The end result will be a Object Driven, Hierarchy based file for use in another program.
I have no problem collecting my information and exporting it to a text file. But, I'm thinking that, since it is Hierarchy based in structure, that XML might be the way to go.
I need to start backwards, by reading in an XML File, and populating it into Custom Objects (helps me understand the process better...)
Example would be similar to following:
Name="xxxxx"
Weight="xxxxx"
Master Node would be the High Level of the Hierarchy, Sub Node would be its Child. The Sub Node is where all of my objects reside (that I will populate into Custom Object Types, based on Type Property….
Any of you experts out there have any insight on getting this XML Format into VBA, before I start tackling it?
Thanks in advance…..
Charles
I am collecting Various Data in AutoCAD, and populating it into Custom Class Object Types. The end result will be a Object Driven, Hierarchy based file for use in another program.
I have no problem collecting my information and exporting it to a text file. But, I'm thinking that, since it is Hierarchy based in structure, that XML might be the way to go.
I need to start backwards, by reading in an XML File, and populating it into Custom Objects (helps me understand the process better...)
Example would be similar to following:
Name="xxxxx"
Weight="xxxxx"
Master Node would be the High Level of the Hierarchy, Sub Node would be its Child. The Sub Node is where all of my objects reside (that I will populate into Custom Object Types, based on Type Property….
Any of you experts out there have any insight on getting this XML Format into VBA, before I start tackling it?
Thanks in advance…..
Charles