Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » XML Schema Definition (XSD) » Copy a new local element into another schema
Copy a new local element into another schema [message #598862] Thu, 19 October 2006 01:02
donghua deng is currently offline donghua dengFriend
Messages: 34
Registered: July 2009
Member
I have two versions of an schema (newSchema and oldSchema) that are almost
the same, but some local elements in "newSchema" may need to imported into
"oldSchema". So I will compare these two schemas and then import those new
local elements from new schema into the old one.

for example:

oldSchema: A --- B
|- C
|- D

newSchema: A --- B
|- C
|- D
|- E


For new global elements, I guess it is easy to add them into oldSchema.

But for new local elements (like E in the above example), It is hard to
add them into the corresponding positions in oldSchema (as the child node
of A).

How Can I record the container particle of newSchema and then locate the
corresponding particle in the oldSchema?

Before I tried Xerces xsd, I can use XPath to point to any position of the
DOM tree. Maybe I can do the same thing here? I can get the XPath of each
elements easily..

Thanks a lot for any instructions!

-Mavis
Previous Topic:test
Next Topic:test
Goto Forum:
  


Current Time: Thu Apr 25 22:33:35 GMT 2024

Powered by FUDForum. Page generated in 0.03098 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top