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 2003/10/21 16:58:10 UTC

DO NOT REPLY [Bug 5133] - ProgrammaticDOMTest fails with constructed XSL DOM

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

minchau@ca.ibm.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From minchau@ca.ibm.com  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?