[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook-apps] profile chunking
SIRIGINA Saraswathi wrote:
> The scenario is that I have about 6 profiling attributes. And 2 of
> the items are to generate Help for UNIX and Help for VMS. These items
> should not include any general text which could be common to the UNIX
> Manuals or VMS Manuals. Hence, I need to generate the content that is
> specific to UNIX HELP and VMS HELP as 2 different XML files.
So if I understand it correctly, you want different content for help and
different for manuals (plus differences for Unix and VMS). In this
situation, I would use something like:
<section condition="help" os="unix">
... this goes only to help for unix ...
</section>
<section condition="manual" os="unix">
... this goes only to manual for unix ...
</section>
<section condition="manual;help" os="unix">
... this goes only for unix help and unix manual ...
</section>
<section os="unix">
... the same as previous ...
</section>
Does this work in your situation?
--
------------------------------------------------------------------
Jirka Kosek e-mail: jirka@kosek.cz http://www.kosek.cz
------------------------------------------------------------------
Profesionální školení a poradenství v oblasti technologií XML.
Podívejte se na náš nově spuštěný web http://DocBook.cz
Podrobný přehled školení http://xmlguru.cz/skoleni/
------------------------------------------------------------------
S/MIME Cryptographic Signature
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]