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 2004/10/24 17:59:28 UTC

DO NOT REPLY [Bug 31868] New: - multiple elements for the same index does not work

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: xalan-dev@xml.apache.org
        ReportedBy: georgej@georgejames.com


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: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org