Closed greenTara closed 9 years ago
The fix has been commited to the issue42 branch, except for Con, since SWSL is not yet implemented.
SWSL may be deprecated, or reimplemented with a different approach. Closing this issue, letting the (existing) Wiki issues about SWSL take over.
This should not be closed until the branch is merged into a release branch.
From http://wiki.ruleml.org/index.php/Whitespace_Treatment_in_Terminal_Elements
Collapsing white space in most terminal elements: e.g the simplified content model of Ind would change from
Ind = element Ind { text & Ind.attlist }
to
Ind = element Ind { xsd:token & Ind.attlist
The change is applied to Ind, Var, Skolem, Rel, Fun (and Con in SWSL), but not to Data. }