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

RE: template value input

Subject: RE: template value input
From: "Jim Fuller" <jim.fuller@xxxxxxxxxxxxxxxxxx>
Date: Wed, 17 Sep 2003 17:31:38 +0100
value input
normally u would place the result of processing into an xsl:variable ala

<xsl:variable name="somevar">
some template processing
</xsl:variable>

then <xsl:with-param name="text" select="$somevar"/>

though if you want a nodeset, u must use nodeset() function 

otherwise in your case you could probably just do something simpler ( untested ! )

<xsl:with-param name="text">
	result of some processing
</xsl:with-param>


gl, jim fuller

http://www.dpawson.co.uk/xsl/sect2/nono.html#d465e34

-----Original Message-----
From: clemens schrenk [mailto:clemens.schrenk@xxxxxxx]
Sent: 17 September 2003 17:17
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject:  template value input


how can i insert the outcome of a template into another template at the
place of the word space ?
<xsl:with-param name="text" select="space"/>


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


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.