Error in Appendix C.2 ?

XHTML example (Appendix C.2) has a row 
<xsl:apply-templates match="division">

Instead of "match" attribute, should there be "select" attribute?
<xsl:apply-templates select="division"> 

This is certainly a careless mistake but may confuse some readers.

Outi

Received on Thursday, 22 April 1999 04:55:11 UTC