|
-
Oct 31st, 2006, 10:13 AM
#1
Thread Starter
Lively Member
Convert Access to XML without schema
Good morning everyone,
I have done a little searching but am not familiar enough with the subject to find what I'm looking for (other than I suspect I need to learn something new!).
I have a VB 6.0 database application (Access backend). I have created an export file using...
VB Code:
recordset.save filename, adPersistXML
...to create the XML file.
The group that I send this file to has requested that I send the file without the schema. Is this possible using this method?
If not, do I need to use XMLDOM? If so, are there any good tutorials?
Or, should I wait until we convert to VB.NET (sometime in the next several months) for an even better approach?
Thanks,
Mary
-
Oct 31st, 2006, 02:39 PM
#2
Re: Convert Access to XML without schema
Its a textfile... look at the tags generated, do some string manipulation to get rid of the tag for the schema, also update the XML's DTD.
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
|