xsl-list
[Top] [All Lists]

Re: Predicate not allowed on root matching template match pattern

2005-08-26 09:12:54
Good suggestion Mukul, thanks.

<xsl:template match="/[$testing]">

is doubly wrong as you can't have variables in xslt1 patterns either.

xslt2 is your friend:-)

David, I'm using xslt2 should it be allowed then?

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