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 2002/12/05 19:38:45 UTC

DO NOT REPLY [Bug 15117] - Multiple calls to str method of XObject do not return same result

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

Multiple calls to str method of XObject do not return same result





------- Additional Comments From epark@yahoo.com  2002-12-05 18:38 -------
My apologies...the code should read:

XObject obj = path.eval(node, "@port");
System.out.println("port: " + obj.str());
System.out.println("port: " + obj.str());