[xsl] Match DEF in ABCDEFGHIJ

Subject: [xsl] Match DEF in ABCDEFGHIJ
From: "Karl J. Stubsjoen" <karl@xxxxxxxxxxxxx>
Date: Thu, 17 Jul 2003 07:34:42 -0700
Hi,

I'd like to match DEF in ABCDEFGHIJ...  then, I'd like to wrap some special
HTML code around it "<strong>".
(that was the short of it)

I'm imagining that I will add a template to my XSLT doc, something maybe
called "HighlightMatches", so it might be:

<xsl:template name="HighlightMatches">
  <xsl:with-param name="c" select="current()"/>
  <xsl:with-param name="match"/>


</xsl:template>

I'm at the archives/faq looking now... thanks for you help (if i find what
I'm looking for i will explain).
Karl


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread