This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org, or visit http://www.oasis-open.org/mlmanage/.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]