RE: [xsl] multiple xsl:param

Subject: RE: [xsl] multiple xsl:param
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Tue, 18 May 2004 13:32:28 +0100
> But what i'm lokking for is a way to have a number of
> parameter that can increase or decrease in function of
> what i send to the transformer.
> 
> So, is it possible to have an infinite number of
> parameter without writng each parameter in the xsl
> code?

You don't need an indefinite number of parameters, you need one parameter
that contains a document which can itself contain an indefinite number of
elements.

Michael Kay

Current Thread