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=10306>. 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=10306 Namespace declaration not created for used prefix with associated namespace [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |TestID, XSLTBug Priority|Other |High ------- Additional Comments From [EMAIL PROTECTED] 2002-07-17 19:29 ------- While namespace117 passes, I have seen this bug when there is other attribute activity happening. For example, <xsl:template match="/"> <out> <xsl:attribute name="x">X</xsl:attribute> <xsl:attribute name="y:z">Z</xsl:attribute> </out> </xsl:template> should expose the problem. Likewise, so would <xsl:template match="/"> <out x="X"> <xsl:attribute name="y:z">Z</xsl:attribute> </out> </xsl:template>
