You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2003/09/22 15:31:57 UTC

DO NOT REPLY [Bug 23296] - "http://exslt.org/sets" distinct() returns STRING instead of NodeSet

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

mkwan@ca.ibm.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From mkwan@ca.ibm.com  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.