|
[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Inheritance using DTDs
Avneet Sawhney wrote: > > Hi, > > The more I look into it, I don't see DTD's as an efficient way to > support inheritance. DTDs were not intended to support inheritance. > The use of internal subsets seems just a > Is namespaces the answer, or is the "extends" feature from DCD's what I > need? The "extends" feature of DCDs is not appropriate because it does not adhere to basic rules of object orientation. Consider the following content model: <!ELEMENT BOOLEAN (TRUE|FALSE)> Now I write software based on this definition. It presumes that the BOOLEAN element contains TRUE or FALSE. Now I use "extends" to add "MAYBE". What happens to my software? It ceases to function. This is a violation of Liskov's substitutability principle. [Liskov] http://www.kinetica.com/ootips/lsp.html Extends is not as dangerous if the element you are extending is basically sequential. Even so it is poorly thought out. Once you open up your model with "extends" you have no mechanism for maintaining sanity. Subclassers can completely violate your model by including any random thing as an extension. That will wreak havoc on computer programs and stylesheets. Paul Prescod - ISOGEN Consulting Engineer speaking for only himself http://itrc.uwaterloo.ca/~papresco Don't you know that the smart bombs are so clever, they only kill bad people." - http://www.boingo.com/lyrics/WarAgain.html xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@i... Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ To (un)subscribe, mailto:majordomo@i... the following message; (un)subscribe xml-dev To subscribe to the digests, mailto:majordomo@i... the following message; subscribe xml-dev-digest List coordinator, Henry Rzepa (mailto:rzepa@i...)
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|
|||||||||

Cart








