On Tue, Jul 20, 2010 at 12:57, Steve Johnson <[email protected]> wrote:
> I want all instances of particular profiling elements to display in red in
> the PDF. From Stayton's book, I see an example of how to bold text:
...
> What I think I would do is change it to something like:
>
> <xsl:template match="[email protected]='draft']">
> <xsl:call-template name="????"/>
> </xsl:template>

Steve, try this:

  <xsl:template match="[email protected]='draft']">
    <fo:inline color='red''><xsl:apply-templates/></fo:inline>
  </xsl:template>

HTH,

-Tom

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to