|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Placing mark-up in between strings
> Actually, I wanted to avoid
> dealing with regex as there is no (if I'm right) an escaping
> function. I mean a function that escapes a string to can be
> included in a regex to match exactly, even if it contains
> regex-special characters.
Isn't that just something like:
<xsl:function name="f:escape">
<xsl:param name="s" as="xs:string"/>
<xsl:sequence select="replace($s,'[\\\|\.\-\^\?\*\+\(\)\{\}\[\]]','\\$0')"/>
</xsl:function>
which turns ab*c.{8} into ab\*c\.\{8\}
David
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








