https://issues.apache.org/bugzilla/show_bug.cgi?id=45011
--- Comment #5 from Jesse Glick <[email protected]> 2009-08-18 10:13:06 PDT --- The reporter should file an issue on bugs.sun.com to get the problem fixed at the source. BTW the simpler identity transformation <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:output method="xml" indent="yes"/> <xsl:template match="@*|node()"> <xsl:copy> <xsl:apply-templates select="@*|node()"/> </xsl:copy> </xsl:template> </xsl:stylesheet> works fine. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
