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 4385 - [FO] [Typo] Extra new line and missing whitespace in 15.5.3 fn:idref
Summary: [FO] [Typo] Extra new line and missing whitespace in 15.5.3 fn:idref
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: Functions and Operators 1.0 (show other bugs)
Version: Recommendation
Hardware: All All
: P2 minor
Target Milestone: ---
Assignee: Michael Kay
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL: http://www.w3.org/TR/xpath-functions/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-12 07:32 UTC by Innovimax
Modified: 2007-11-16 09:11 UTC (History)
0 users

See Also:


Attachments

Description Innovimax 2007-03-12 07:32:21 UTC
[[
# The is-idrefs property (See Section 5.6 is-idrefs AccessorDM.)of $N is true
# The sequence

fn:tokenize(fn:normalize-space($N),
                                                  ' ')
]]
should be
[[
# The is-idrefs property (See Section 5.6 is-idrefs AccessorDM.) of $N is true
# The sequence

fn:tokenize(fn:normalize-space($N), ' ')
]]

1) whitespace added after parentheses, before "of $N"
2) newline removed in the example between "," and "' '"
Comment 1 Jim Melton 2007-05-04 21:10:28 UTC
The Working Groups have discussed your comment and agreed to fix it in the obvious way.  We are therefore marking this bug FIXED and, because you are a member of the WGs and are aware of this decision, are also marking it CLOSED. 
Comment 2 Michael Kay 2007-11-16 09:11:58 UTC
This will appear as erratum FO.E3