[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

node-set to stylesheet parameter

Subject: node-set to stylesheet parameter
From: Dusan Zatkovsky <zatkovsky@xxxxxxxxxxxx>
Date: Mon, 15 Nov 2004 15:55:37 +0100
stylesheet parameter
Hi all.

Can I set node to some element which is as text in stylesheet parameter?

Example:

<xsl:stylesheet ...>
<xsl:param name="p"/> <!-- p will be <r><a>1</a><a>2</a><a>3</a><r>  -->

	<xsl:for-each exsl:node-set($p)/r/a>
		<!-- doesn't work -->
	</xsl:for-each>


In C i have no problem:
string p="1,2,3,4,5,6"
for(int i=0; i < p.size(); i++) {
	int pos = p.find(",", pos);
	... substring ...
}, but xslt 1.0 has not this feature.


Thank you.

-- 


S pozdravom,
Dusan Zatkovsky

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.