DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=31868>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=31868 multiple <xsl:key> elements for the same index does not work Summary: multiple <xsl:key> elements for the same index does not work Product: XalanJ2 Version: 2.4 Platform: PC OS/Version: Windows XP Status: NEW Severity: Normal Priority: Other Component: org.apache.xalan AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] If there are two <xsl:key> elements for the same index in a stylesheet, then xalan appears to ignore the second one. eg: <xsl:key name='foo' match='someElement' use='@name'/> <xsl:key name='foo' match='someOtherElement' use='@name'/> The key will only contain entries for someElement, not for someOtherElement. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
