[ https://issues.apache.org/jira/browse/JXPATH-91?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12510214 ]
Matt Benson commented on JXPATH-91: ----------------------------------- This looks reasonable. A couple of points with your source patch: - You have changed the signature of the protected functionKey() method in CoreFunction. All the followup code from computeValue() should be moved there and the signature preserved. - I see no need for NodePointer to implement the selectNodeSet... method; the JXPathContext is available in functionKey() so the method defined on the context should be sufficient. > KeyManager should support nodeset selection > ------------------------------------------- > > Key: JXPATH-91 > URL: https://issues.apache.org/jira/browse/JXPATH-91 > Project: Commons JXPath > Issue Type: Improvement > Affects Versions: 1.2 Final > Reporter: Sergey Vladimirov > Attachments: source-patch.txt, testcase-patch.txt > > > KeyManager should support nodeset selection. > In XSLT standart key() function can return not only singl node, but node set. > KeyManager should support such functionality -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]