[Home] [By Thread] [By Date] [Recent Entries]
> <xsl:analyze-string select="." regex="(\d{1,3}\.)(.*?)">
Maybe try changing that to:
<xsl:variable name="regex" as="xs:string">(\d+\.)(.*)</xsl:variable>
<xsl:analyze-string select="." regex="{$regex}">
--
Andrew Welch
http://andrewjwelch.com
|

Cart



