- From: <bugzilla@wiggum.w3.org>
- Date: Mon, 12 Mar 2007 07:32:21 +0000
- To: public-qt-comments@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4385
Summary: [F+O] [Typo] Extra new line and missing whitespace in
15.5.3 fn:idref
Product: XPath / XQuery / XSLT
Version: Recommendation
Platform: All
URL: http://www.w3.org/TR/xpath-functions/#func-idref
OS/Version: All
Status: NEW
Severity: minor
Priority: P2
Component: Functions and Operators
AssignedTo: ashok.malhotra@oracle.com
ReportedBy: innovimax+w3c@gmail.com
QAContact: public-qt-comments@w3.org
[[
# 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 "' '"
Received on Monday, 12 March 2007 07:32:48 UTC