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=23296>. 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=23296 "http://exslt.org/sets" distinct() returns STRING instead of NodeSet [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2003-09-22 13:31 ------- Your stylesheet is invalid. The select attribute of <xsl:for-each> must evaluate to a nodeset. In your case, the value of $dSIC is an RTF. XSLT 1.0 does not allow auto conversion of RTF to nodeset. You have to explicitly call the nodeset extension function to do the conversion. It might pass with an older xalan version just because the older version is less conformant with the spec.
