-
How to Represent an XML Document in VBA
I have an access database and I need to add the ability to export orders into an xml file. I have been given an XSD file and a sample XML file to work with.
Now I could hard code the whole thing, but I was wondering if anyone has come up with a way to represent an xml document through some type of a class or class's.
If I could represent the Document in some type of structure that I could fill in the various elements and properties and then have it generate the XML text that would be saved to the appropriate file.
This way it would be eaiser to create new documents, or even create new versions of existing ones.
I am looking for any Ideas or suggestions on how to get started?
-
Are you compelled to use VBA for this project?
I had to do something similiar for one project. I do not know if this is the best way, but I dumped what I needed from my Access database table(s) into an excel spreadsheet, and then used the .NET code example I found here to convert it into XML
Similar Threads
-
By ABFABROB in forum .NET
Replies: 1
Last Post: 07-27-2009, 05:17 PM
-
By Rob in forum VB Classic
Replies: 3
Last Post: 06-04-2002, 10:57 PM
-
By anonymous in forum VB Classic
Replies: 2
Last Post: 05-11-2001, 08:21 PM
-
By - John of Arc - in forum VB Classic
Replies: 24
Last Post: 03-14-2000, 11:37 AM
-
By - John of Arc - in forum VB Classic
Replies: 0
Last Post: 03-12-2000, 12:37 AM
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
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|