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


* 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.) 

>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>
-- 

Togan Muftuoglu



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