[ http://issues.apache.org/jira/browse/XALANJ-1335?page=all ]
Brian Minchau updated XALANJ-1335: ---------------------------------- Version: Latest Development Code (was: 2.4) > Multiple calls to str method of XObject do not return same result > ----------------------------------------------------------------- > > Key: XALANJ-1335 > URL: http://issues.apache.org/jira/browse/XALANJ-1335 > Project: XalanJ2 > Type: Bug > Components: XPath > Versions: Latest Development Code > Environment: Operating System: Solaris > Platform: Sun > Reporter: Ed Park > Assignee: Xalan Developers Mailing List > > Multiple calls to str method of XObject do not return same result. > E.g., for the following code: > System.out.println("port: " + path.eval(node, "@port").str()); > System.out.println("port: " + path.eval(node, "@port").str()); > will actually print out, for example > port: 9001 > port: null > This may be the intended behavior, but if it is, this should be documented. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]