[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Changing Namespaces Between Specification Versions

  • From: Andrew Welch <andrew.j.welch@g...>
  • To: David Orchard <orchard@p...>
  • Date: Fri, 24 Apr 2009 09:33:30 +0100

Re: Changing Namespaces Between Specification Versions
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/


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.