xsl-list
[Top] [All Lists]

RE: multiple xsl:param

2004-05-18 04:03:47
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



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