472,802 Members | 1,317 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,802 software developers and data experts.

XML Schema to XML Schema Conversion

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!
Jul 20 '05 #1
1 2028
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" <ha*****@hotmail.com> wrote in message
news:d1**************************@posting.google.c 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!

Jul 20 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Shock | last post by:
Hello all, I am doing some research on database conversions. Currently, I am interested in any information that would help me convert a database from one schema to another. This could be...
6
by: Pieter | last post by:
I've read a lot of posts on "why relax ng is so very good" and on "why w3c xml schema should be the only schema language". I'm, however, still not clear on why I should prefer one over the other. ...
1
by: Bart Torbert | last post by:
Hello, I have created some XML schemas for my company's data. I now need to convert these to relational databasse schemas. Does anyone know of tools that will do this? I have been working...
2
by: Developer98115 | last post by:
I need help getting schema information from an existing SQL Server database. My thought was that you could use ADOX via InterOp. Has anyone done this successfully and how? I have created a...
1
by: Dave Taylor | last post by:
I'm trying to create a simple Schema and associated document in Visual Studio that will store information regarding units and conversion (meters, feet, inches, degrees C, F, K, etc.) I create a...
2
by: NSB | last post by:
Hi all! I've two questions about converting a DTD to a XML schema Is the following conversion correct: DTD (source): <!ELEMENT uug-query:search-term (#PCDATA)> Schema: <xs:complexType...
1
by: Jana | last post by:
Is there an XML-editor that can assist you in marking up the data in an urformatted text document, such that you mark the data and then right-click to access the Schema you have assigned, and...
5
by: Norsoft | last post by:
How can I convert an existing schema to an xml document. I have a series of schema documents that validate xml documents that describe metadata. Normally the metadata is first defined in a database,...
3
by: Estevao Rohr | last post by:
Hello, I have the following problem: a have a lot of C structs and I'd like to: - generate a XML Schema from de structs definitions - generate a XML with the content of a group os this...
0
by: erikbower65 | last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps: 1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal. 2. Connect to...
0
linyimin
by: linyimin | last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
0
by: kcodez | last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
0
by: Taofi | last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same This are my field names ID, Budgeted, Actual, Status and Differences ...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
5
by: DJRhino | last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer) If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _ 310030356 Or 310030359 Or 310030362 Or...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.