xsl-list
[Top] [All Lists]

RE: Passing arrays as parameters

2004-04-21 15:31:15

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



<Prev in Thread] Current Thread [Next in Thread>