[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] xsl:analyze-string use clarification needed


Subject: Re: [xsl] xsl:analyze-string use clarification needed
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 23 Jan 2007 14:58:38 GMT

        <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


Current Thread