xsl-list
[Top] [All Lists]

Parsing an array as a parameter

2003-12-21 22:56:11
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



<Prev in Thread] Current Thread [Next in Thread>