Bug 4385 - [FO] [Typo] Extra new line and missing whitespace in 15.5.3 fn:idref
: [FO] [Typo] Extra new line and missing whitespace in 15.5.3 fn:idref
Status: CLOSED FIXED
Product: XPath / XQuery / XSLT
Functions and Operators 1.0
: Recommendation
: All All
: P2 minor
: ---
Assigned To: Michael Kay
: Mailing list for public feedback on specs from XSL and XML Query WGs
: http://www.w3.org/TR/xpath-functions/...
:
:
:
:
  Show dependency treegraph
 
Reported: 2007-03-12 07:32 UTC by Innovimax
Modified: 2007-11-16 09:11 UTC (History)
0 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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


  翻译: