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


Sean Wheller wrote:

> As I see it three conditions exist.
> 1. Content that is for HTML output only.
> 2. Content that is for FO output only.
> 3. Content that is for both HTML and FO.
> 
> Can an attribute value specify both HTML and FO? If so what is the syntax for 
> the attribute value and the stringparam?

You can use semicolon separeted list of values both in profiling 
attributes and profiling parameters. Like:

<para condition="html;fo">....</para>

xsltproc --stringparam profile.condition html;fo ...

In a case that you use just two profiling values, content which is 
targetet for both groups (HTML and FO) can be also marked by omitting 
profiling attribute.

				Jirka

-- 
-----------------------------------------------------------------
   Jirka Kosek  	
   e-mail: jirka@kosek.cz
   http://www.kosek.cz

S/MIME Cryptographic Signature



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