xsl-list
[Top] [All Lists]

Re: [xsl] separating token problems

2006-06-15 10:09:26
<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(_at_)nag(_dot_)co(_dot_)uk> 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

________________________________________________________________________


--~------------------------------------------------------------------
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>
--~--




__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

--~------------------------------------------------------------------
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>