RE: [xsl] multiple xsl:param

Subject: RE: [xsl] multiple xsl:param
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Tue, 18 May 2004 12:03:47 +0100
> In fact i've seen that the method setParameter accepts
> an object for second parameter
> So i'm thinking to pass a table as one parameter.
> 
> But i don't know how to get back a particular line of
> that table in xsl.

There's no such thing as a table in the XSLT data model.

But you can represent a table as an XML document, and pass that. You can
then access it using XPath expressions in the usual way.

Michael Kay

Current Thread