Hello,
In my schema an element, say A, is of type xs:double. Using Xmlbeans (Implementation-Version: 2.2.0-r413705), the setA method expects a double value. When I try to insert a value obj.setA(Double.POSITIVE_INFINITY) and then try to store the document, the element A now contains Infinity and not INF. Am I using things correctly? Mohana

