RE: [xsl] XPath parsing in XSLT (version 2.0)

Subject: RE: [xsl] XPath parsing in XSLT (version 2.0)
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Tue, 21 Nov 2006 08:00:14 -0000
> i want to parse XPaths in XSLT (specifically, XPath 2.0 in XSLT 2.0). 

Just a warning that the XPath grammar is quite a tricky one to parse if you
want to do it correctly. There's a lot of context-sensitivity in
constructions like (* * * treat as x * * 2).

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

Current Thread