Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > XML > XML Schema to XML Schema Conversion

Reply
Thread Tools

XML Schema to XML Schema Conversion

 
 
Hari Om
Guest
Posts: n/a
 
      03-02-2004
Subject: XML Schema to XML Schema Conversion

I have an XML Schema A which needs to mapped to another XML Schema B.
Is there any handy tool which I could use to convert from Schema A to
Schema B?

Any related informaiton on this is appreciated.

Thanks!
 
Reply With Quote
 
 
 
 
Martin SChukrazy
Guest
Posts: n/a
 
      03-02-2004
XML Schema's represent the overall structure of your xml document. So if you
want a different schema, you should create it.
If you have commonality between the two schema's then you should think of
putting that commonality in another schema and import that schema to your
other schemas..
ie. if Schema A and Schema B have common features, create Schema C
import Schema C into both Schema A and Schema B.

about transforming one schema to another, there is the XSLT transformation
which possibly could do this (since XSD is itself an XML document) but i
havent that myself. Stylus Studio is something that you may want to use to
play with this.


"Hari Om" <> wrote in message
news: om...
> Subject: XML Schema to XML Schema Conversion
>
> I have an XML Schema A which needs to mapped to another XML Schema B.
> Is there any handy tool which I could use to convert from Schema A to
> Schema B?
>
> Any related informaiton on this is appreciated.
>
> Thanks!



 
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
C struct to XML, XML Schema conversion Estevao Rohr C Programming 5 07-02-2007 01:46 PM
web.xml / XML schema issue, why do some XML schema attributes disappear asciz@starmail.com Java 3 02-20-2007 09:56 AM
Validation with XSD using XML::LibXML::Schema, and XML::Validator::Schema huntingseasonson@gmail.com Perl Misc 5 11-29-2006 12:37 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
XML schema regular expressions question and recommended XML Schema book Fred Smith XML 1 02-05-2004 11:12 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