[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
[xsl] Retrieve part of node
Subject: [xsl] Retrieve part of node
From: "Guy" <guy@xxxxxxxxxxx>
Date: Thu, 5 Oct 2006 12:19:21 -0400
|
I have the following sample fragment (node):
<td>one<br/>two</td>
which is the current node. I wish to extract just the "one" from this
fragment but I cannot work out the syntax.?
|