xsl-list
[Top] [All Lists]

RE: processor never reaches one line in my template. Why?

2005-03-05 16:09:26
It would be very strange if any instructions were processed at all,  
because your XSLT isn't valid.

You can't use variables in match patterns, they belong in the  
'apply-templates' element

XSLT 2.0 allows variables in match patterns, and I believe a number of XSLT
1.0 processors allow them, even though it's not conformant with the spec.

Michael Kay
http://www.saxonica.com/



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