Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > XML > Exporting XML, editing to conform with existing schema

Reply
Thread Tools

Exporting XML, editing to conform with existing schema

 
 
Christopher M.
Guest
Posts: n/a
 
      01-02-2008
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
 
 
 
 
Joseph Kesselman
Guest
Posts: n/a
 
      01-03-2008
Write an XSLT stylesheet which strips out the unwanted info?
 
Reply With Quote
 
 
 
Reply

Thread Tools

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Why no existing Java type to existing XML schema binding support? nrm Java 3 04-10-2006 04:52 PM
Can Division Width Conform To Content X l e c t r i c HTML 3 02-16-2006 11:13 PM
[XML Schema] Including a schema document with absent target namespace to a schema with specified target namespace Stanimir Stamenkov XML 3 04-25-2005 09:59 AM
Format of the initialization string does not conform to specification starting at index 5." andy ASP .Net 0 12-21-2004 10:38 PM
connection string exception : Format of the initialization string does not conform to specification starting at index 0 Gaurav ASP .Net 0 11-07-2003 10:24 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57