xsl-list
[Top] [All Lists]

[xsl] Cost of complex match patterns

2008-08-12 02:34:03
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)

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