diff --git a/index.html b/index.html index 07e66ace..1748742b 100644 --- a/index.html +++ b/index.html @@ -5503,8 +5503,11 @@
xsd:boolean
, set
converted value to true
if the
lexical form
- of value matches true
, or false
- if it matches false
. If it matches neither,
+
+ of value matches "true"
or "1"
, or false
+ if it matches "false"
or "0"
.
+
+ If it matches neither,
set type to xsd:boolean
.