[XSLT2.0] Typos

I don't know if this is the right place for it, but here are some typos 
found in the XSLT 2 Specs, WD 2005-02-11:

1) Section 14.4, first example, solution: there is strange construction

<table xsl:version="2.0"...>

Isn't this rather

<xsl:template match="cities">

If yes, shouldn't the select attribute of xsl:for-each-group rather 
take value "city" than "cities/city"?

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])"

please correct me if these are not errors

Cheers

Yannis Haralambous
--
+--------------------------------------------------------------------+
| Yannis Haralambous, Ph.D.      yannis.haralambous@enst-bretagne.fr |
| Directeur d'Études                   http://omega.enstb.org/yannis |
|                                          Tel. +33 (0)2.29.00.14.27 |
|                                          Fax  +33 (0)2.29.00.12.82 |
| Département Informatique                                           |
| École Nationale Supérieure des Télécommunications de Bretagne      |
| Technopôle de Brest Iroise, CS 83818, 29238 Brest CEDEX 3, France  |
+--------------------------------------------------------------------+
                          ...pour distinguer l'extérieur d'un aquarium,
                                         mieux vaut n'être pas poisson

                         ...the ball I threw while playing in the park
                                        has not yet reached the ground

Received on Tuesday, 12 April 2005 02:11:12 UTC