PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2948 *** shadow/2948 Mon Aug 6 07:02:17 2001 --- shadow/2948.tmp.4329 Mon Aug 6 07:08:39 2001 *************** *** 182,184 **** --- 182,212 ---- <?xml version="1.0"?> <doc> </doc> + + + ------- Additional Comments From [EMAIL PROTECTED] 2001-08-06 07:08 ------- + conf test output32 adds one more case to ouput31 + + <xsl:template match="/"> + <HTML> + <Q cite="b�.xml"/> + </HTML> + </xsl:template> + + The expected output is + + <xsl:template match="/"> + <HTML> + <Q cite="b�.xml"/> + </HTML> + </xsl:template> + + and xsltc outputs: + + <xsl:template match="/"> + <HTML> + <Q cite="b�.xml"/> + </HTML> + </xsl:template> + +
