xsl-list
[Top] [All Lists]

Re: [xsl] separating token problems

2006-06-15 04:19:56

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
________________________________________________________________________

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>