XSLTC doesn't handle xsl:param passed as second argument to key function 
correctly
----------------------------------------------------------------------------------

         Key: XALANJ-2292
         URL: http://issues.apache.org/jira/browse/XALANJ-2292
     Project: XalanJ2
        Type: Bug

    Versions: Latest Development Code, 2.7    
    Reporter: Henry Zongaro
 Assigned to: Henry Zongaro 


If the second argument to the XSLT key function is a template parameter, XSLTC 
always converts it to a string.  However, the value could be a node set, in 
which case the result of the function should be the union of applying the 
function to the string values of all the nodes in the node set.  Converting the 
node set to a string only gets the result for the first node in the node set.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to