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=hiding?


Hi.

You a wrong about "no setting at all" elements disappearing in target document.

If element's profiling attribute is not set, it will show up.
And if $profile.condition or other profiling variable is not set, elements will not be filtered.

-----Original Message-----
From: Ken Morse [mailto:kenneth.morse@gmail.com] 
Sent: Thursday, May 24, 2007 5:08 AM
To: docbook-apps@lists.oasis-open.org
Subject: Re: [docbook-apps] profiling=hiding?

How are you doing the profiling, Cheri?

You need to set the condition to what you want to show up -- any other
setting for that condition (including no setting at all) makes it
disappear during the profiling phase.

For example, if you have the following code:
<sect1 condition="internal">
  <title>Awesome title goes here</title>
  ...
</sect1>

Then setting condition to "internal" will keep it in the document;
setting it to "external", "fred", or anything else will exclude it
from the document. Don't forget to process the profiled version using
either Single-pass or Two-pass processing.

Ken



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