DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5765>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5765

RTREEFRAG generated inside variable y value-of is used instead of select

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|Major                       |Minor



------- Additional Comments From [EMAIL PROTECTED]  2002-01-09 10:36 -------
OK. I now XSLT spec 11.1 says that a Result Tree Fragment is returned if using

<variable name="var">
<value-of select="node1/node2" />
</variable>

But I have no choice to use this tree fragmend in the for-each clause. What I
want to do is:

<variable name="var">
<xsl:if test="node1/node2">
<value-of select="node1/node2" />
</xsl:if>
<xsl:if test="not(node1/node2)">
<value-of select="node1/node3" />
</xsl:if>
</variable>

and the the for-each. Si XALAN is doing the spec I reduce the priority!!!

Reply via email to