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=12691>. 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=12691 Problem with key-function. ------- Additional Comments From [EMAIL PROTECTED] 2002-10-08 14:23 ------- I could't reproduced your problem with the sample xsl file provided by you with current Xalan CVS. There are following error in provided xsl file:- 1.Variable x:set is bound to a *result tree fragment* datatype. It is not permitted to use the /,// and [] operator on result tree fragment. <xsl:for-each select="xalan:distinct($x:set/*/@x:binder.key)"> 2. Expression bound to select attriute of xsl:for-each must evaluates to a node- set. <xsl:for-each select="$x:set">
