RE: [xml-dev] Nasty XPath expressions

From
Michael Kay <>
To
'Kelvin Yeow' <>,
Date
2001-12-13T16:27:51
ID
<001301c183f3$1d5e3790$465169d5@pcukmka>
Thread
RE: [xml-dev] Nasty XPath expressions
> I wonder what XPath expressions would cause an "XPath
> processor" to sweat?

I've never tried running Saxon on a machine with a perspiration device
driver installed.

But I won't award any prizes to the person who can devise the
longest-running XPath expression - the problem is too easy. You could start
with <xsl:if test="//a=//b">, and work from there.

Mike Kay