xsl/common.xsl: @exclude-result-prefixes + "str"

This commit is contained in:
Astro 2010-08-01 23:06:33 +02:00
parent 80fb0fe475
commit be92ab834e
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:date="http://exslt.org/dates-and-times"
xmlns:str="http://exslt.org/strings"
exclude-result-prefixes="xsl atom date">
exclude-result-prefixes="xsl atom date str">
<xsl:template match="pre">
<pre><xsl:apply-templates/></pre>