xsl-list
[Top] [All Lists]

Re: [xsl] Why is the variable and regex slow in saxon and fast in regex Buddy?

2010-09-28 03:50:25
On 27 September 2010 19:21, Alex Muir 
<alex(_dot_)g(_dot_)muir(_at_)gmail(_dot_)com> wrote:
HI,

I'm unable to figure out why this regex is so very time consuming such
that it does not end in oxygen but works quickly in regex buddy on the
same content.

    <xsl:variable name="BraketedTextRemoved"
       select="replace($title,'\([^\)]*\)','')"/>

I'm just trying to remove content with brackets ( dfd234**#*$#*$#fdfd )

Running on vendor="SAXON 9.2.0.6 from Saxonica" version="2.0"

Any Ideas?

You've probably got an endless loop in your code... do a small,
complete example which can be used to recreate it.

-- 
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>
--~--