Re: [xsl] XSLT 2.0 - Combining Node Sequences

Subject: Re: [xsl] XSLT 2.0 - Combining Node Sequences
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 9 Dec 2004 11:31:19 GMT
>    Unexpected token in pattern
                         ^^^^^^^

XSLT patterns as used in match attributes are not XPath expressions,
they have their own syntax definition which corresponds to a subset of
Xpath.

You can't have match="3" for example, although select="3" is valid.
And you can't have top level () grouping, only within [..] predicates (where
you can have any Xpath at all)

David


________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread