On 4 November 2011 00:08, Liam R E Quin <liam(_at_)w3(_dot_)org> wrote:
On Thu, 2011-11-03 at 09:06 -0700, Mark wrote:
I don't understand regex
It's really really really really worth learning, and not as difficult as
it might at first appear.
A tip for using regex's in xslt is to write it in variable's body with
a string sequence type:
<xsl:variable name="regex" as="xs:string"> regex here </xsl:variable>
It gets around braces and quote issues...
--
Andrew Welch
http://andrewjwelch.com
--~------------------------------------------------------------------
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>
--~--