← Prev in month ← Prev in thread

Formatting all instances of profiling text in red

From
Steve Johnson <>
Date
2010-07-20T17:58:05+00:00
ID
Thread
Formatting all instances of profiling text in red
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:

<xsl:template match="phrase[@role='genus']">
<xsl:call-template name="inline.boldseq"/>
</xsl:template>

What I think I would do is change it to something like:

<xsl:template match="phrase[@profile.condition='draft']">
<xsl:call-template name="????"/>
</xsl:template>


What is the missing piece? Thanks
-- 

------------

Steve Johnson, Senior Content Developer
Caringo
← Prev in month ← Prev in thread