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=5133>. 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=5133 ProgrammaticDOMTest fails with constructed XSL DOM [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2003-10-21 14:58 ------- Patch committed to CVS with one change, the commented out line was deleted. The following line was deleted because nsNamespace is NOT the URI for the xmlns prefix (thanks to Henry Zongaro for pointing this out), so this setAttributeNS() causes problems: xslBuiltElem.setAttributeNS(nsNamespace, "xmlns:xsl", xslNamespace); Another spot in the file had already commented out the same line. Is testcase6() now "fixed". Can it be moved back into a bucket?
