- From: Jens Meiert <jens.meiert@erde3.com>
- Date: Wed, 19 Nov 2003 12:58:30 +0100 (MET)
- To: xsl-editors@w3.org
Correct me if I'm wrong, but I noticed at least one mistake in the XSLT 1.0
Recommendation [1]: Describing 'Forwards-Compatible Processing' [2] the first
example says
<xsl:when test="system-property('xsl:version') >= 1.1">
instead of
<xsl:when test="system-property('xsl:version') >= 1.1">
All the best,
Jens.
[1] http://www.w3.org/TR/xslt
[2] http://www.w3.org/TR/xslt#forwards
--
Jens Meiert
Interface Architect
http://meiert.com/
Received on Wednesday, 19 November 2003 06:58:30 UTC