Bugs item #3113729, was opened at 2010-11-20 19:21
Message generated for change (Tracker Item Submitted) made by pawos56
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=116035&aid=3113729&group_id=16035

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: dom4j 1.6.x
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: pawos (pawos56)
Assigned to: Nobody/Anonymous (nobody)
Summary: doc.numericValueOf(...)

Initial Comment:
Version dom4j 1.6.1

doc.numericVakueOf returns bad Long values for example:

<?xml version="1.0" encoding="UTF-8"?>
<methodCall 
id="-592963964639210323"><methodName>findSuccessor</methodName><params><param><value><base64>gWKk4UvNuLsZ9O4wJzud9TW+8RM=</base64></value></param><param><value><int>60</int></value></param></params></methodCall>

Long id = doc.numericValueOf("//@id").longValue();
 
returns  id = -592963964639059227

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=116035&aid=3113729&group_id=16035

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
dom4j-dev mailing list
dom4j-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dom4j-dev

Reply via email to