There is/was an interesting discussion on versioning in XML on XML-Dev (groups.yahoo.com). The question dealt with
changing the namespace for different versions. Instead of:
<!ELEMENT CaveXML (System | Cave)>
<!ATTLIST CaveXML
Version CDATA #FIXED "0.01"
xmlns CDATA #FIXED "http://www.CaveXML.org"
Source CDATA #IMPLIED>
the proposal would be something like;
<!ELEMENT CaveXML (System | Cave)>
<!ATTLIST CaveXML
xmlns CDATA #FIXED "http://www.CaveXML.org/0.01"
Source CDATA #IMPLIED>
Interesting debate if you are interested.
- Richard Knapp
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
This archive was generated by hypermail 2b30 : Fri Jun 01 2001 - 12:00:00 CEST