Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

xslt error: the expression does not evaluate to a node-set

843834Apr 19 2006 — edited Apr 27 2006
hi guys - i'm really down because i cannot find / understand my xsl error and i have to finish my work very very soon

the error message (by using xalan to create from the xml file my html output) is the following:
xslt error: the expression does not evaluate to a node-set

and the code fragement is:
<xsl:template name="getNext">
<xsl:param name="currentKnoten" />
<xsl:for-each select="$currentKnoten"> //error is in this line
</xsl:for-each>
</xsl:template>
please... help me....
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 25 2006
Added on Apr 19 2006
20 comments
1,034 views