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=9575>. 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=9575 count() returns wrong value ------- Additional Comments From [EMAIL PROTECTED] 2002-06-06 20:08 ------- One immediate concern: It looks like you're building a Level 1 (non-namespace-aware) DOM here, and we don't support that. Replace createElement with createElementNS, createAttribute with createAttributeNS, and setAttributeNode with setAttributeNodeNS, and tell us whether it still fails.
