You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/10/04 23:29:08 UTC

DO NOT REPLY [Bug 13304] - Empty string URI reference in xsl:attribute

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 igorh@ca.ibm.com  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.