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/09/26 00:10:48 UTC

DO NOT REPLY [Bug 23424] New: - Attlist.getURI fails with Identity Transformer

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

Attlist.getURI fails with Identity Transformer

           Summary: Attlist.getURI fails with Identity Transformer
           Product: XalanJ2
           Version: CurrentCVS
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Xalan
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: richcao@ca.ibm.com


Attlist.getURI() is returning nothing even if there is a valid prefix (e.g. the
attribute's qname is foo:bar). This happens when we use an identity transformer
with a DOMSource and SAXResult. The underlying problem may be the same as
Bugzilla 12626 [1], but I'm not sure so I won't mark it as a duplicate.

[1] http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12646