Updating xml to validate with changed schema

F

Feroz

Hello everyone,

Thanks for your responses in advance.

Is there any way of updating the xml files when its underlying schema
changes so that the xml complies with the modified schema.


Thanks once again.
F.
 
M

Martin Honnen

Feroz said:
Is there any way of updating the xml files when its underlying schema
changes so that the xml complies with the modified schema.

I don't think there is an automated way to do this in general, if that
is what you are looking for. It might be possible to write an XSLT
stylesheet for instance to change the structure of an XML document to
fit a certain schema.
 
S

Stanimir Stamenkov

/Feroz/:
That would require a new stylesheet for each schema change.

I think the point Martin has made is there could be made a _single_
stylesheet to adapt any XML document according to a XSD document.
 

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

Forum statistics

Threads
473,774
Messages
2,569,598
Members
45,151
Latest member
JaclynMarl
Top