This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 29268 - [SER31] Quotes
Summary: [SER31] Quotes
Status: RESOLVED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: Serialization 3.1 (show other bugs)
Version: Candidate Recommendation
Hardware: PC Windows NT
: P2 editorial
Target Milestone: ---
Assignee: C. M. Sperberg-McQueen
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-09 10:41 UTC by Christian Gruen
Modified: 2015-11-12 13:22 UTC (History)
2 users (show)

See Also:


Attachments

Description Christian Gruen 2015-11-09 10:41:01 UTC
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"
Comment 1 Christian Gruen 2015-11-09 12:10:18 UTC
One more 

* math:pi is serialized as math:pi#0
→ math:pi#0 is serialized as math:pi#0
Comment 2 C. M. Sperberg-McQueen 2015-11-10 17:12:20 UTC
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.
Comment 3 Christian Gruen 2015-11-10 17:14:21 UTC
(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.
Comment 4 Andrew Coleman 2015-11-12 13:22:02 UTC
Thanks Christian.  I have applied all these changes.