- From: Richard Tobin <richard@inf.ed.ac.uk>
- Date: Thu, 30 Aug 2007 16:34:53 +0100 (BST)
- To: Richard Tobin <richard@inf.ed.ac.uk>, "Grosso, Paul" <pgrosso@ptc.com>, <public-xml-core-wg@w3.org>
By the way, the way to do this: > > <!ENTITY % DTDVersion 'v2.0N'> > > <!ELEMENT Module (#PCDATA)*> > > <!ATTLIST Module > > DTDVersion CDATA #FIXED "%DTDVersion;" > > > with parameter entities is to have the whole quoted string be the entity value: <!ENTITY % DTDVersion '"v2.0N"'> <!ATTLIST Module DTDVersion2 CDATA #FIXED %DTDVersion; > -- Richard
Received on Thursday, 30 August 2007 15:35:01 UTC