Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Reading Arraylist in XSL

843834Oct 20 2009 — edited Oct 21 2009
Hi
I have an arrayList in java, which has some values. I need to read each value in the XSL. When ever i am trying to
read the arrayList in XSL,it gives me the whole arrayList.

These are the values for me in the ArrayList:
[New, InitialLoad, InitialLoad, New, InitialLoad, InitialLoad, New, InitialLoad, InitialLoad, InitialLoad, New, InitialLoad, InitialLoad, New, InitialLoad, InitialLoad, New, InitialLoad]

I have set the arraylist as a paramter to XSLT which is reading the arrayList but when i read the arrayList with the help of below XSL code,i get all the values of the arrayList as a whole and not one-by-one

My XSL code:

<xsl:param name = "triggerModles">
<xsl:value-of select="$triggerModles" />
</xsl:param>



thanks in advance
regards
Prashanth
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 18 2009
Added on Oct 20 2009
3 comments
1,783 views