Subject: Re: separating token problems
From: Sara Mitchell <samitchell6@xxxxxxxxx>
Date: Thu, 15 Jun 2006 10:08:57 -0700 (PDT)
|
<sigh/>. Well at least I'm not going crazy. I will try
installing Saxon and using that. I moved to the
template mode because Xalan was giving me weird tokens
from the function -- and perhaps it's also having
problems with the template.
Thanks, Sara
--- David Carlisle <davidc@xxxxxxxxx> wrote:
>
> 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
>
________________________________________________________________________
>
>
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
|