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=21697>. 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=21697 Using trace mode produces sporadic attribute values in output Summary: Using trace mode produces sporadic attribute values in output Product: XalanJ2 Version: CurrentCVS Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Xalan AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Using a trace listener that listens to generated events causes incorrect output: extra attribute values are produced where they should not. To reproduce, please see test case attribset01, running with the command line option "-tg". Alternatively, use new test target conf.trace. Correct output for attribset01: <out><test1 color="black"/></out> Current, incorrect output: <out><test1black color="black"/></out>
