There is an xsl file, but Eclipse swears at the following line:
<xsl:when test="count(ancestor::node()) < 9">
Here is the error:
The value of the attribute "test" is associated with an element type of "xsl: when"
How can I fix it?
Source: https://ru.stackoverflow.com/questions/102674/
All Articles
count(ancestor::node()) < 9
, can be done before generating the file? - Gorets