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=13304>. 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=13304 Empty string URI reference in xsl:attribute ------- Additional Comments From [EMAIL PROTECTED] 2002-10-04 21:29 ------- Joseph Kesselman <Out xmlns:ped="my_space" xmlns:ns0="XX" xmlns:ns1="" ns0:Attr0="AA" ns1:Attr1=" BB"/> is indeed wrong. You can't declare a namespace prefix as ""; instead that "undeclares" the prefix, as I said, so this element is not a legal use of namespaces and namespace-aware parsers should reject it. Xalan's result -- drop the prefix rather than declaring it as "" -- is correct.
