Re: [xsl] separating token problems

Subject: Re: [xsl] separating token problems
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 15 Jun 2006 12:18:33 +0100
I see nothing wrong with your template and indeed whan I run it as

<xsl:template match="/">
   <xsl:call-template name="tokenize.path">
       <xsl:with-param name="string" select="'input/xml/../'"/>
       <xsl:with-param name="delimiter" select="'/'"/>
   </xsl:call-template>
</xsl:template>


$ saxon delim.xsl delim.xsl
<?xml version="1.0" encoding="utf-8"?><token>input</token><token>xml</token><token>..</token>

which is, I think, the answer you wanted.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread