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/12/12 03:29:29 UTC

DO NOT REPLY [Bug 25461] New: - DOMException for xsl:attribute with namespace that evaluates to empty string

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

DOMException for xsl:attribute with namespace that evaluates to empty string

           Summary: DOMException for xsl:attribute with namespace that
                    evaluates to empty string
           Product: XalanJ2
           Version: CurrentCVS
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Major
          Priority: Other
         Component: org.apache.xalan.xsltc
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: zongaro@ca.ibm.com


Transforming to a DOMResult results in the following exception, if an 
xsl:attribute instruction specifies the namespace attribute whose value is an 
empty string.

org.w3c.dom.DOMException: NAMESPACE_ERR: An attempt is made to create or change 
an object in a way which is incorrect with regard to namespaces.

This problem shows up with Xerces-J 2.6.0 in attribset16 for the trax.dom 
flavour.