XML Schema to XML Schema Conversion

H

Hari 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!
 
M

Martin SChukrazy

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,995
Messages
2,570,236
Members
46,822
Latest member
israfaceZa

Latest Threads

Top