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=7946>. 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=7946 xsl:output idea debug comments Summary: xsl:output idea debug comments Product: XalanJ2 Version: 2.3Dx Platform: Other OS/Version: Other Status: NEW Severity: Enhancement Priority: Other Component: Xalan AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] what do you think about adding a attribute to xsl:output e.g. xalan:debug which would cause all <template match=""> invokation to emit a comment into the resulting tree : xml: <testtag/> xsl: ... <xsl:template match="testtag"> <h1>tralala</h1> </xsl:template> generated html: <!-- testtag:beg --> <h1>tralala</h1> <!-- testtag:end --> This would aid debuging transformation results a lot (I belive) !
