[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Problem with str:tokenize


Subject: Re: [xsl] Problem with str:tokenize
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 27 Jun 2006 15:01:54 +0100

> The suggested way doesnot work.

I think you'll find it does:-)
>  The problem is with
> <xsl:for-each select="str:tokenize(//root/path1/info/name,',')">

and the fix was supplied.

> If I have <xsl:for-each select="//root/path1/info">,
> then the <xsl:for-each select="//root/path2/deptinfo"> for loop works.

there the outer loop doesn't change the current document, so // in teh
inner loop still refers to the input document.


> Any suggestions for how I can get this working.

see previous reply

> I really do not know what is the difference.

see above.

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