[Home] [By Thread] [By Date] [Recent Entries]
> > <!ENTITY % DocumentBase SYSTEM "../"> > > <!ENTITY % DtdBase SYSTEM "%DocumentBase;config/"> > > <!ENTITY % SpecificDocumentType SYSTEM > > "%DtdBase;specific_document_type.dtd"> > Parameter entity references aren't interpreted inside system literals. Also you didn't want the SYSTEM keywords in at least the first two declarations. You can achieve the effect you want by having a parameter entity expand to the whole entity declaration: <!ENTITY % DocumentBase "../"> <!ENTITY % DtdBase "%DocumentBase;config/"> <!ENTITY % SpecificDocumentTypeDecl "<!ENTITY % SpecificDocumentType SYSTEM '%DtdBase;spec_doc_type.dtd'>"> %SpecificDocumentTypeDecl; <!-- this defines SpecificDocumentType --> %SpecificDocumentType; -- Richard 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...)
|

Cart



