[xsl] Parsing an array as a parameter

Subject: [xsl] Parsing an array as a parameter
From: kelsonho@xxxxxxxx
Date: Mon, 22 Dec 2003 13:56:11 +0800 (HKT)
Hi
I am new to XSLT...so I am not sure if this is possible..

I use JSP to invoke XSLT...and I want to achieve the following:

Given an array in Java, I want to parse the array as A XSLT parameter and
then transform it using for-each..

Eg. I have a parameter call "students"..which would contain a list of names
of students...

ie: String [] students;

Can I do something like: studentTransformer.setParameter("students",students
[]);???

Anyways, thanks for reading..



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


Current Thread