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] profile chunking


Jirka,

I tried the workaround you provided and it works fine. There is one question I have, if I wanted to just output the "UNIX HELP" without outputing the content that does not have any attributes or any other attributes - what would I need to do.

I tried to apply Mauritz's suggestions but then it gives me "ambiguous errors"

Please let me know if this is possible.

Thanks & Regards,
Sarah

-----Original Message-----
From: Jirka Kosek [mailto:jirka@kosek.cz] 
Sent: Tuesday, August 16, 2005 12:46 AM
To: SIRIGINA Saraswathi
Cc: Mauritz Jeanson; docbook-apps@lists.oasis-open.org
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/
------------------------------------------------------------------
Confidentiality Statement:

This message is intended only for the individual or entity to which it is addressed. It may contain privileged, confidential information which is exempt from disclosure under applicable laws. If you are not the intended recipient, please note that you are strictly prohibited from disseminating or distributing this information (other than to the intended recipient) or copying this information. If you have received this communication in error, please notify us immediately by return email.


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