[xsl] Cost of complex match patterns

Subject: [xsl] Cost of complex match patterns
From: "Andrew Welch" <andrew.j.welch@xxxxxxxxx>
Date: Tue, 12 Aug 2008 10:33:36 +0100
Out of interest, given the match patterns:

match="foo[//bar]"

match="foo"

Should the former be avoided, or because it's within a match pattern
it's converted to a simple lookup so it's fine?

(I realise this is implementation dependent, just curious)

Current Thread