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

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: Re: DOCBOOK-APPS: How to include entity definitions?


> I would like to setup a list of SYSTEM-entity definitions which I need 
> for multiple targets into a separate file. How would I include this file 
> into my doctype-element ?

Well this is actually an XML question and not Docbook specific...
But you can include this as any other external entity in the file:


<!DOCTYPE .... [

    <!ENTITY % external.file SYSTEM "external.file.ent">
    %external.file;

]>

I used the .ent extension, because you are going to define entitites in
that file...

Goba




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC