dbTalk Databases Forums  

Exporting XML, editing to conform with existing schema

comp.databases.ms-access comp.databases.ms-access


Discuss Exporting XML, editing to conform with existing schema in the comp.databases.ms-access forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Christopher M.
 
Posts: n/a

Default Exporting XML, editing to conform with existing schema - 01-02-2008 , 06:47 PM






I'm exporting XML from Access. There is an option to not export key and
index information to a schema (XSD) file, but there's no option for the XML
file.

What I've been doing is using editors like AttEdit and XMLSpy to edit the
XML by removing the keys so it conforms to an existing schema.

I'm having a problem though. I have a bunch of child elements, and I'm
trying to modify some elements of these child elements, but it seems that I
can only modify one child's child at a time.

It seems like the only solution is to write some code to modify all of the
child elements or use Altova Mapforce. Or I guess I could try to modify my
tables in Access to eliminate the keys and use other fields instead, and use
where statements and cross joins instead of inner joins. Any ideas?


W. Pooh (AKA Winnie P.)





Reply With Quote
  #2  
Old   
Joseph Kesselman
 
Posts: n/a

Default Re: Exporting XML, editing to conform with existing schema - 01-02-2008 , 07:41 PM






Write an XSLT stylesheet which strips out the unwanted info?

Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.