RE: [xsl] Passing arrays as parameters

Subject: RE: [xsl] Passing arrays as parameters
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Wed, 21 Apr 2004 23:31:15 +0100
> I was just wondering if it is possible to send an array as a 
> paramter to a XSL file. And then cycle through the array in 
> the XSL code?

Arrays don't exist in the XML data model. You don't need them: you can
represent everything in XML! Create an XML document, and pass that as a
parameter. You can then use the full power of XPath to access its contents.

Michael Kay

Current Thread