xsl-list
[Top] [All Lists]

Defining/sending xsl params dynamically

2004-04-02 09:43:59
Right now I'm sending values to our xsl sheet which is
defining some xsl:params we have:

Command Line: foo.xsl -param Name "'Chuck'"

XSL: <xsl:param name="Name" select="''" /> 

Is there a way to send any number of multiple values
for 'Name' and have them define say, the xsl
equivalent of an array?  I was thinking of sending
something like this (delimited by semi-colons):

Command Line: foo.xsl -param Name
"'Chuck;Steve;Sara;Jane;'"

Thanks, Naomi

__________________________________
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway 
http://promotions.yahoo.com/design_giveaway/


<Prev in Thread] Current Thread [Next in Thread>
  • Defining/sending xsl params dynamically, Naomi Gronson <=