OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: Q: DTD versioning

[ Lists Home | Date Index | Thread Index ]
  • From: "Simon St.Laurent" <simonstl@simonstl.com>
  • To: <xml-dev@ic.ac.uk>
  • Date: Sat, 19 Sep 1998 08:25:38 -0400

At 01:22 AM 9/19/98 +0200, Hans Carlsson wrote:
>Is it possible to have versions of XML DTDs? I'm wondering about the
>'simple' issue of versioning for XML DTD's... How is this being
>addressed by the XML spec (community), tools to be developed etc.?

You might want to take a look at XSchema's XSchema element - we used a
#FIXED Version attribute in the DTD to identify that all documents using
this DTD are using version 1.0 of XSchema.  When we develop another
version, we can create a new DTD and update the value to 1.1 or 2.0 or
something else more interesting.  (Schemas created using XSchema will need
to implement their own versioning mechanism, possibly using this same
technique in their root element.)

It's only guaranteed to work in a validating environment (where we can
count on the parser to read in the external DTD and apply the value), but
it's pretty convenient. (The XML spec only provides for XML's own version
functionality.)  Hope it helps!


Simon St.Laurent
Dynamic HTML: A Primer / XML: A Primer
Cookies / Sharing Bandwidth (November)
Building XML Applications (December)
http://www.simonstl.com

xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)





 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS