Wrox Programmer Forums
Go Back   Wrox Programmer Forums > XML > XSLT
|
XSLT General questions and answers about XSLT. For issues strictly specific to the book XSLT 1.1 Programmers Reference, please post to that forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the XSLT section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old April 20th, 2010, 08:13 PM
Authorized User
 
Join Date: Apr 2010
Posts: 62
Thanks: 0
Thanked 0 Times in 0 Posts
Default Tokenize in XSLT 1.0 using for-each for tokens

I am suing tokenize with xslt 2, which is working great with MHKAY help.

I am coming SAP XI (Integration System), which has 1.0. I tried with EXSLT, it's not working either.

Here is the requirement

I need loop through each token with in a tokenizer. Is there any alternate way just to stick with XSLT 1.0

HTML Code:
<xsl:for-each select="tokenize($this/Audit_Lead_Auditor,'\|')">
							<xsl:variable name="f4v" select="."/>

							<xsl:for-each select="tokenize($this/Audit_Sub_System,'\|')">
								<xsl:variable name="f5v" select="."/>

								<xsl:for-each select="tokenize($this/Audit_Sub_Type,'\|')">
									<xsl:variable name="f6v" select="."/>

Guru's please help. Appreciated in advance





Similar Threads
Thread Thread Starter Forum Replies Last Post
Tokenize JohnBampton XSLT 7 August 25th, 2009 07:34 AM
tokenize bbvic XSLT 1 July 19th, 2007 04:10 PM
tokenize sakura C# 1 December 3rd, 2005 10:43 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.