XSD/Post release notes/2.3.0
From Code Synthesis Wiki
< XSD | Post release notesRevision as of 18:54, 7 December 2006; view current revision
←Older revision | Newer revision→
←Older revision | Newer revision→
[edit]
base64Binary decoding patch
This patch fixes a bug in the C++/Tree parsing code for the base64Binary type when validation is disabled (i.e., dont_validate flag is used). More information on the problem is available in the "Bug report for XSD" thread on the xsd-users mailing list.
[edit]
Floating-point types serialization patch
This patch fixes a precision loss bug in the C++/Tree serialization code for the float, double, and long double types. More information on the problem is available in the "Losing double precision in output xml" thread on the xsd-users mailing list.