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=27009>.
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=27009

Empty string as an attribute value.





------- Additional Comments From [EMAIL PROTECTED]  2004-02-25 17:54 -------
As far as I see in the code it is not only in the codegen for attributes.
One can just ask hasAttribute. Later in runtime we are mixing null (for non) and
and empty string. We even do “if null then empty string”.  I also recall some 
other
places (e.g. for QName we have (or used to have). We would return empty string
prefix if there is no one).  This the matter for coding practice always 
distinguish between non and an empty string, even if it seems to be not 
important now.

Reply via email to