Click to See Complete Forum and Search --> : List of paramters for XSLT


calinarion
04-11-2008, 04:51 AM
My XSLT stylesheet is supposed to generate a list of items with a specific type. The types to choose is to be passed as a paramter to the stylesheet, and that is my problem.

How do i pass a list of such types as a parameter? I'm not interested in defining a parameter for every type possible.

calinarion
04-11-2008, 05:31 AM
I made up a solution: The parameter is a name of another xml document, created on the fly, which contains the list of types.