DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=30681>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=30681 <xsl:namespace-alias stylesheet-prefix="foo" result-prefix="#default" /> ------- Additional Comments From [EMAIL PROTECTED] 2004-08-27 15:44 ------- I think it should be possible to use namespace-alias to place elements in the default namespace whether it is assigned or not. That is the difference between generating <foo xmlns="http://example.com"> and the non-namespace-assigned form <foo> which might have to be <foo xmlns=""> when it goes inside an element where the default namespace was assigned. Does your proposed error prevent any of those scenarios? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
