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=10934>. 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=10934 The sequence of create an attribute and the element does matter ------- Additional Comments From [EMAIL PROTECTED] 2002-07-18 20:12 ------- >can you create an Attribute without an >instance of an Element to create it in? Yes. See the DOM documentation for information about Document.createAttributeNodeNS() and Element.setAttributeNodeNS() (or the obsolete non-NS versions of those methods). --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
