- From: <bugzilla@wiggum.w3.org>
- Date: Tue, 12 Apr 2005 07:18:13 +0000
- To: public-qt-comments@w3.org
- Cc:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=1238
Summary: [XSLT] Typo in example in 11.10
Product: XPath / XQuery / XSLT
Version: Last Call drafts
Platform: PC
URL: http://lists.w3.org/Archives/Public/public-qt-
comments/2005Apr/0073.html
OS/Version: Windows XP
Status: NEW
Severity: minor
Priority: P2
Component: XSLT 2.0
AssignedTo: mike@saxonica.com
ReportedBy: mike@saxonica.com
QAContact: public-qt-comments@w3.org
Raised by Yannis Haralambous (see URI)
>
> 2) Section 11.10, just a few lines before the begin of section 12:
>
> in :
>
> select="avg(//product/(+@price, @cost*1.5)[1]"
>
> there is a parenthesis missing:
>
> select="avg(//product/(+@price, @cost*1.5)[1])"
>
Received on Tuesday, 12 April 2005 07:18:14 UTC