[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Animal-friends implemented as a pattern (Re: XML-Data:advantages ove
Michael said: > ><!ENTITY % animal-friends-content > > " ( pet | cat | dog %extra-animal-friends-content )* " > > > >so that you could do > > > ><!ENTITY % extra-animal-friends-content '| stick-insect'> > > > >[Note this is not valid XML, I don't think] > > I believe it is valid XML, at least according to the spec of early > August. The internal subset cannot have parameter entity references, > but there's no rule against parameter entity declarations in the > internal subset. Michael is absolutely correct -- I was confusing ENTITY definitions with CONTENT model definitions. One of the non-obvious consequences of the current (8879-inherited) situation is that the above is OK, but the following isn't: <!ELEMENT animal-friends ( pet | cat | dog %extra-animal-friends-content )*> ht 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
|