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:]
Sent: Thursday, May 24, 2007 5:08 AM
To:
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