[Home] [By Thread] [By Date] [Recent Entries]
<xsl:value-of select="regex-group(1)" /> group 1 is the stuff inside the first () in your regex and your regex doesn't have a () group so this is empty, use select="." David
|
[Home] [By Thread] [By Date] [Recent Entries]
<xsl:value-of select="regex-group(1)" /> group 1 is the stuff inside the first () in your regex and your regex doesn't have a () group so this is empty, use select="." David
|