sedj
Programmer
- Aug 6, 2002
- 5,610
Hi,
Does anyone know how to specifiy multiple delimeters in the XSLT 2 function tokenize() ?
This works for one delimeter :
But I cannot seem to get it to delimit with more than one delim ... anyone have an idea of how I can ?
Thanks for any help
--------------------------------------------------
Free Java/J2EE Database Connection Pooling Software
Does anyone know how to specifiy multiple delimeters in the XSLT 2 function tokenize() ?
This works for one delimeter :
Code:
<xsl:variable name="siteAddress" select="tokenize(., ',')"/>
But I cannot seem to get it to delimit with more than one delim ... anyone have an idea of how I can ?
Thanks for any help
--------------------------------------------------
Free Java/J2EE Database Connection Pooling Software