xsl-list
[Top] [All Lists]

Re: [xsl] "1" cast as xs:boolean

2010-05-03 15:55:08
At 2010-05-03 22:34 +0200, Christian Roth wrote:
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.

For XSD boolean there are two values in the comparison space and four values in the lexical space.

From the lexical space, "1" and "true" represent the comparison space value true().

From the lexical space, "0" and "false" represent the comparison space value false().

Any pointers where I need to look for that info?

  http://www.w3.org/TR/2004/REC-xmlschema-2-20041028/#boolean
  3.2.2.1 lexical representation

I hope this helps.

. . . . . . . . Ken


--
Principles of XSLT for XQuery Writers: San Francisco,CA 2010-05-03
XSLT/XQuery/UBL/Code List training: Trondheim,Norway 2010-06-02/11
Vote for your XML training:   http://www.CraneSoftwrights.com/s/i/
Crane Softwrights Ltd.          http://www.CraneSoftwrights.com/s/
G. Ken Holman                 mailto:gkholman(_at_)CraneSoftwrights(_dot_)com
Male Cancer Awareness Nov'07  http://www.CraneSoftwrights.com/s/bc
Legal business disclaimers:  http://www.CraneSoftwrights.com/legal


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>