[xsde-users] Bug report

Boris Kolpackov boris at codesynthesis.com
Wed Jun 12 09:21:51 EDT 2013


Hi Kai,

kai jiang <jaky000000 at gmail.com> writes:

> "Could not parse file: invalid double value:schema error:384340:25"
> 
> The content at rows 384340, column 25 of the XML file is as follows:
 
> "<valueD>-1</valueD>"
>  
> If I change the value "-1" to "-1.0" or "1", then the program works fine.
> 
> The same content ("<valueD>-1</valueD>") also appears at row 628, and there
> is no error at this position.

I am pretty sure this is a known bug that we have already fixed. Can you
try this patch and see if it helps:

http://www.codesynthesis.com/~boris/tmp/xsde-3.2.0-numeric-parser.tar.gz

Simply override the files in libxsde with the ones in the archive, then
rebuild libxsde and your application.

Boris



More information about the xsde-users mailing list