xsl-list
[Top] [All Lists]

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

2007-01-23 07:59:28
        <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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--