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=2859 *** shadow/2859 Fri Jul 27 08:13:23 2001 --- shadow/2859.tmp.2064 Fri Jul 27 12:53:10 2001 *************** *** 54,57 **** XML === <?xml version="1.0"?> ! <doc>x</doc> --- 54,100 ---- XML === <?xml version="1.0"?> ! <doc>x</doc> ! ! ------- Additional Comments From [EMAIL PROTECTED] 2001-07-27 12:53 ------- ! conf test namespace72 is very similar and may be failing for the same reason. ! ! XSL ! === ! <?xml version="1.0"?> ! <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> ! ! <!-- FileName: namespace72 --> ! <!-- Document: http://www.w3.org/TR/xslt --> ! <!-- DocVersion: 19991116 --> ! <!-- Section: 7.1.2 Creating Elements --> ! <!-- Creator: David Marston --> ! <!-- Purpose: Put both an unprefixed xmlns declaration and namespace attrib in ! xsl:element. --> ! ! <xsl:template match = "/"> ! <out> ! <xsl:element name="foo" namespace="zebie" xmlns=""> ! <yyy/> ! </xsl:element> ! </out> ! </xsl:template> ! ! </xsl:stylesheet> ! ! XML ! === ! <?xml version="1.0"?> ! <doc>x</doc> ! ! Obtained Output ! =============== ! <?xml version="1.0" encoding="utf-8" ?> ! <out><foo xmlns="zebie"><yyy/></foo> ! </out> ! ! Expected Output ! =============== ! <?xml version="1.0" encoding="UTF-8"?> ! <out><foo xmlns="zebie"><yyy xmlns=""/></foo></out> !
