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

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


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