- From: Tobias Reif <tobiasreif@pinkjuice.com>
- Date: Mon, 30 Dec 2002 10:40:21 +0100
- To: public-qt-comments@w3.org
- CC: Michael.Kay@softwareag.com
Hi :)
1. typo
http://www.w3.org/TR/xslt20/#regular-expressions
###
<xsl:analyze-string select="abstract" regex="\n">
<xsl:non-matching-substring>
<xsl:value-of select="."/>
</xsl:non-matching-substring>
<xsl:matching-substring>
<br/>
</xsl:matching-substring>
</xsl:for-each>
###
The last line should be
</xsl:analyze-string>
AFAICS.
2. Saxon
Should the examples in
http://www.w3.org/TR/xslt20/#regular-expressions
run in the latest Saxon?
Tobi
--
http://www.pinkjuice.com/
Received on Monday, 30 December 2002 04:41:22 UTC