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] | [List Home]


Subject: Re: [docbook-apps] Modular docbook with modular entities


----- Original Message ----- 
From: "Togan Muftuoglu" <toganm@users.sourceforge.net>
To: "Docbook-apps" <docbook-apps@lists.oasis-open.org>
Sent: Monday, January 26, 2004 12:18 PM
Subject: Re: [docbook-apps] Modular docbook with modular entities


> * Bob Stayton; <bobs@sagehill.net> on 26 Jan, 2004 wrote:
> >What does common/book_info.xml look like? Does it have
> >entity declarations in the DOCTYPE?
> 
> Clarification sought, do I have to include the entity declarations into
> every file in the directory structure (even if I use catalogs.) 

Every file that has an entity reference needs to have the entity
declaration.

> >You may need to resort to a catalog file to resolve relative
> >references into absolute paths so they work regardless of
> >where the sourcing file is located.
> 
> Does it look like what I am looking for ?
> 
> <group
>     xml:base="file:///home/toganm/projects/sfnet/suse/xml/"
>     prefer="system"
>     id="includes"> 
>  
>    <system systemId="includes.ent" 
>            id="default"
>            uri="includes.ent"/>
>    <system systemId="apache.inc"
>            xml:base="apache/"
>            id="apache"     
>            uri="apache.inc"/>
> 
> <system systemId="common.inc"
>            id="common"
>            xml:base="common/"
>            uri="common.inc"/>
> 
>         
> </group>

Yes, that should do it.

Bob Stayton
Sagehill Enterprises
bobs@sagehill.net




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