Skip to content

Booleans written as "true" are not recognized even though this is valid according to the schema #18

@peersch

Description

@peersch

According to the schema, for boolean values the type xs:boolean is used. The value space of sx:boolean is "true" and "false" together with "1" for true and "0" for false.
Currently, in parse_boolean, the value is only checked against "1" where it also should be checked against "true".

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions