Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: [xml-dev]Changing Namespaces Between Specification Versions

From: Andrew Welch <andrew.j.welch@-----.--->
To: David Orchard <orchard@-------------.--->
Date: 4/24/2009 8:34:00 AM
How about this really simple practical example: your application
accepts the following xml:

<root>
  <node>doSomething</node>
</root>

You know this might change, so you wonder about using a version
attribute and/or a namespace, and what that namespace should be.  (if
you do use a namespace, you want it to "brand" your xml
appropriately).

A few months later your application changes to accept the following xml:

<root>
  <from>customer name</from>
  <node>doSomething<node>
</root>

There are already lots of customers sending you the original xml.
What should happen here?

- Use the same namespace for both and increment a version attribute
- Use a different namespace
- Run a process over all incoming xml to convert it to the v2 format
(and only ever process that)
- Make the customer call 2 different entry points depending on the xml
they are sending (put the burden on them)
- Make your processing code accept both


Personally I would:  Use the same namespace for both, and add version
attribute to distinguish them.  I would also have two xsd's, and
validate each instance based on its version number.  This has plenty
of problems and requires the plan to be in place at the very beginning
(so your v1 xml has the right namespace and to a lesser extent the
version attribute) so it would be good to know any other approaches...





-- 
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/

_______________________________________________________________________

XML-DEV is a publicly archived, unmoderated list hosted by OASIS
to support XML implementation and development. To minimize
spam in the archives, you must subscribe before posting.

[Un]Subscribe/change address: http://www.oasis-open.org/mlmanage/
Or unsubscribe: xml-dev-unsubscribe@l...
subscribe: xml-dev-subscribe@l...
List archive: http://lists.xml.org/archives/xml-dev/
List Guidelines: http://www.oasis-open.org/maillists/guidelines.php



transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent