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=20832>. 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=20832 xsl:attribute does not overwrite existing attributes Summary: xsl:attribute does not overwrite existing attributes Product: XalanJ2 Version: 2.5 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Critical Priority: Other Component: Xalan-Xsltc AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] In my example, the XSL sheet does an xsl:attribute to set an attribute value of an element that has already this attribute. It doesn't work when I use XSLTC. In the sample, I copy an element and all its attributes. Then I set the value of the "attr" attribute to "newvalue". The result file contains the value "firstvalue" (the value that is in the source file) instead of "newvalue".
