XPath ok, XSLT not
Posted: Sat Nov 10, 2007 2:06 am
I might be completley dumb, but I do not get over this:
The error I get is:
If I use the same XPath in the oXygen XPath string input (upper left corner) I get the desired result.
Code: Select all
<xsl:template match="//body/descendant-or-self::node()">
[...]
</xsl:template>
Code: Select all
Error in expression //body/descendant-or-self::node():
Axis in pattern must be child or attribute