Mistake in XSLT 1.0 Recommendation

"Jens Meiert" <[email protected]>
Newsgroups gmane.org.w3c.xsl-editors
Message-ID <[email protected]>
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') &gt;= 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/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.