This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
In adaptive serialization rules, non-standard quotes are used in three code examples: * ‘0.0##########################e0’ → should be '0.0##########################e0' * xs:TYPE(“VAL”) → should be "VAL" * xs:date("2015-07-17”) → should be "2015-07-17"
One more * math:pi is serialized as math:pi#0 → math:pi#0 is serialized as math:pi#0
I guess that the replacement texts in the second and third items are, in full, xs:TYPE("VAL") and xs:date("2015-07-17") (i.e. that you're not proposing that "xs:TYPE" and "xs:date" and the parentheses be stripped). Assuming that that guess is correct, this appears editorial and should be fixed. I'll try to fix it this week.
(In reply to C. M. Sperberg-McQueen from comment #2) > I guess that the replacement texts in the second and third items are, in > full, xs:TYPE("VAL") and xs:date("2015-07-17") (i.e. that you're not > proposing that "xs:TYPE" and "xs:date" and the parentheses be stripped). Exactly. Thank you for the hint.
Thanks Christian. I have applied all these changes.