RE: [xsl] Passing a variable number of parameters to a named-temp late

Subject: RE: [xsl] Passing a variable number of parameters to a named-temp late
From: Chris Gow <cgow@xxxxxxxxxxxxxxxxxx>
Date: Thu, 18 Jan 2001 20:14:30 -0500
OK. Can I create the nodeset within my actual XSL Stylesheet? The data that I want to operate on will be created within the stylesheet itself and not be coming from an XML file.

Chris

At 05:00 PM 1/18/01 -0800, you wrote:
: What I would like to do is duplicate what programming
: languages have:  pass
: a number of parameters (or some similar mechanism) to a
: template without
: knowing how many parameters were actually passed.  For
: example, JavaScript
: has the arguments array and Java allows you to pass an array of
: objects.  Can I implement something similar in XSL?  I did a

You can pass a nodeset, which can be treated as the XML equivalent of an
array.

- Eugene

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