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="phra...@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="phra...@profile.condition='draft']">
<xsl:call-template name="????"/>
</xsl:template>


What is the missing piece? Thanks
--

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

Steve Johnson, Senior Content Developer
Caringo
ste...@caringo.com

---------------------------------------------------------------------
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