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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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.
