aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'xsl/str.tokenize.function.xsl')
-rw-r--r--xsl/str.tokenize.function.xsl4
1 files changed, 3 insertions, 1 deletions
diff --git a/xsl/str.tokenize.function.xsl b/xsl/str.tokenize.function.xsl
index a5f8589..2be90fe 100644
--- a/xsl/str.tokenize.function.xsl
+++ b/xsl/str.tokenize.function.xsl
@@ -7,7 +7,9 @@
xmlns:func="http://exslt.org/functions"
xmlns:exsl="http://exslt.org/common"
xmlns:str="http://exslt.org/strings"
- extension-element-prefixes="str func exsl">
+ extension-element-prefixes="str func exsl xsl"
+ exclude-result-prefixes="str func exsl xsl"
+ xmlns="http://www.w3.org/1999/xhtml">
<func:function name="str:tokenize_plasmaroo">
<xsl:param name="string" select="''" />