Hello,
I am new to using XMLBeans and I wonder if somebody can provide me with
some insights on supporting backward/forward compatibility after the XML
Schema for a certain document type evolves using XMLBeans.
        
The general idea was to have clients which only support an older version
of the schema than the documents sent by the server to do a projection
of the XML document to their known schema. Which comes down to: Ignore
everything you know! Possibly a must not ignore could be built into some
elements later on.
        
The server should also be able to receive XML documents that follow an
older schema than the one used on the server. When receiving such a XML
document the server should parse it an decide if it can find enough
information in the document or not.
        
        
Can anyone provide me some insight on how to do this using XMLBeans? Or
if XMLBeans is even suited for this kind of task? 
        
        
kind regards,
Ruben Verlinden


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to