[ http://issues.apache.org/jira/browse/XALANJ-1335?page=all ]
Brian Minchau updated XALANJ-1335:
----------------------------------
Version: 2.5
(was: Latest Development Code)
> 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: 2.5
> 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]