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=2582>. 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=2582 xsltc fails conflictres19 and 20 on namespace vs non-namespaced elements [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From [EMAIL PROTECTED] 2001-09-19 05:47 ------- The conflictres20 test now produces the expected output, but 19 still fails. The problem is caused by the way we handle NS qualified match patterns like: <xsl:template match="@*"> <xsl:template match="@ped:*"> The last pattern should take precedence, but we always test the "@*" pattern first. This is caused by the way the two switch()'es are constructed inside the translet's applyTemplates() method.
