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=6751>. 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=6751 XSLTC ignores attributes in <xsl:output/> instruction. [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2002-02-28 19:21 ------- This bug was fixed in bug fix # 6636; however Derek Sayeau also contributed a related fix via email to xalan-dev in which he pointed out certain properties were not null, the code was in the org.apache.xalan.xsltc.trax.TransformerImpl module, the method was createOutputProperties(). The 3 values of OutputKeys.(DOCTYPE_PUBLIC|DOCTYPE_SYSTEM|CDATA_SECTION_ELEMENTS) were erroneously set to an empty string "" rather than null. Derek's email contributed the fix that I have committed in this report. Thanks Derek.
