Subject: "1" cast as xs:boolean
From: "Christian Roth" <roth@xxxxxxxxxxxxxx>
Date: Mon, 3 May 2010 22:34:22 +0200
|
Hello,
what should
"1" cast as xs:boolean
evaluate to: true or false?
I checked
<http://www.w3.org/TR/xmlschema-2/#boolean>
which I think should be my reference for determining the answer, but I
cannot find the place where it is defined how literals 1 and 0 are
mapped to the canonical representation of xs:boolean, true and false.
Any pointers where I need to look for that info?
Thanks,
Christian
|