RE: [xsl] Search highlighting using xslt 2.0

Subject: RE: [xsl] Search highlighting using xslt 2.0
From: "Andrew Welch" <AWelch@xxxxxxxxxxxxxxx>
Date: Wed, 24 Mar 2004 14:50:46 -0000
To avoid confusion, I wrote:

>     <tr>
>       <td>The simplest Hello<td>
>       </td>World program</td>
>     </tr>

When of couse that should be:

  <tr>
    <td>The simplest Hello</td>
    <td>World program</td>
  </tr>

Current Thread