Outputting default values (Was: Re: Data binding results update for XBinder)

I see from Ed's results that they 'failed' on LocalElementDefault because 
they output the default value when it wasn't present on the input.  I'm just 
wondering whether this should really be considered a failure?  If anything 
it proves that they captured the default value rather than capturing 
nothing.

Also, I see that that stupid float number is still in there.  I think Ed 
must have done something to get this to round trip as I can't see how C/C++ 
generates a float of the form 1267.43233E12 (I may be wrong).  In my opinion 
the choice of this number encourages you to make such exceptions.  For 
example, when we do the tests we will be mapping xs:float to C's 'double' 
rather than the default 'float' to address this.  Maybe there should be a 
section of the report that captures any special setup that has been used for 
the tests.

Regards,

Pete Cordell
Codalogic
For XML C++ data binding visit http://www.codalogic.com/lmx/

----- Original Message ----- 
From: "Ed Day" <edday2006@gmail.com>
To: <public-xsd-databinding@w3.org>
Sent: Tuesday, March 11, 2008 5:23 PM
Subject: Data binding results update for XBinder


>
> Hello everyone,
>
> We would like to update our original submission of XBinder results
> that were made last summer.  We have had two releases since then and
> now score considerably better on the tests.
>
> Our latest test report can be found at the following location:
>
> http://www.obj-sys.com/w3cdatabinding/report_xbinder_c_1.4.html
>
> The full test suite implementation is available here:
>
> http://www.obj-sys.com/w3cdatabinding/xbinder14_w3cdb.zip
>
> Please let us know if anything is missing that is necessary for
> submission.  We look forward to your prompt action on this request and
> would like to thank the group for all the fine work you have done in
> bringing data binding issues to light.
>
> Regards,
> -- 
> Ed Day
> Objective Systems, Inc.
> http://www.obj-sys.com
>
>
> 

Received on Wednesday, 12 March 2008 11:02:46 UTC