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 2004/02/20 23:22:25 UTC

DO NOT REPLY [Bug 27123] New: - Can't access attributes by name from a nodeset()

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

Can't access attributes by name from a nodeset()

           Summary: Can't access attributes by name from a nodeset()
           Product: XalanJ2
           Version: CurrentCVS
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Major
          Priority: Other
         Component: org.apache.xalan.transformer
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: dcaveney@the-wire.com


Attributes in elements retrieved using the xalan:nodelist() function can't be 
retrieved by name:

 <value-of select="xalan:nodeset($books)/*[1]/@*[1]"/> is OK 
but,
 <value-of select="xalan:nodeset($books)/*[1]/@author"/> returns nothing.