Hello, I am still pretty knew to all of this, so please bare with me if this seems obvious. I want to be able to process a set of request parameters in my xsl stylesheet that have the same name. For example, if I request:
http://www.foo.com/bar/test?val=1&val=2&val=3 is there a way I could iterate through the different values of "val" in my request? Currently I am setting "use-request-parameters" to true in my sitemap for the transformer, and then I have <xsl:param name="val"/> in my stylesheet. This works great for the first "val" but I am not sure how to get the rest of them. Is there some sort of array type I can use in my stylesheet or something along those lines. I searched the various cocoon resources and came up empty handed. Thanks for your help! Dan Feather --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>