On 04/07/2010 05:24 AM, Jacques Foucry wrote:
Hello list,

I would like to make a kind of "preprocess" to my docbook's files but I don't 
know How to do that. Let me explain.

Inside my sources file there is a lot of
<imageobject conformance="custom_size">
        <imagedata fileref="picture.tiff"/>
</imageobject>
<imageobject conformance="USLetters">
        <imagedata fileref="picture.png"/>
</imageobject>

The value of profile.conformance is defined inside my custom stylesheet.

The problem is how can I generate a docbook file (not a fop one) with only the 
right imageobject ?

I believe that's exactly what profiling allows you to do. Specifically, with two-phase processing:
http://www.sagehill.net/docbookxsl/AlternateText.html#ProfileFilter

    Stefan



--

      ...ich hab' noch einen Koffer in Berlin...


---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-apps-unsubscr...@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-h...@lists.oasis-open.org

Reply via email to