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