RuleML / issues-ruleml

A repository solely for RuleML issues. No schemas or documents should be committed here.
3 stars 3 forks source link

Whitespace Treatment in Terminal Elements #42

Closed greenTara closed 9 years ago

greenTara commented 9 years ago

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. }

greenTara commented 9 years ago

The fix has been commited to the issue42 branch, except for Con, since SWSL is not yet implemented.

greenTara commented 9 years ago

SWSL may be deprecated, or reimplemented with a different approach. Closing this issue, letting the (existing) Wiki issues about SWSL take over.

greenTara commented 9 years ago

This should not be closed until the branch is merged into a release branch.