Hello to all,
Question to discover if we can take on the challenge posed
by Peter (or a fragment of it):
Do you think it is possible to perform client XSLT
transformations (1.0) and be able to pass parameters to XSLT templates on the
client side?
Example: I have a view that can display a header and a
footer based on some parameter passed to an XSLT template. Something such as
<xsl:param name=”heade”>yes</xsl:param>
<xsl:param name=”footer”>no</xsl:param>
So the question is: Can I do a client side XSLT
transformation and be able to pass these parameters to the XSLT template?
Can I do that through a URL? Is it possible to link from one
document to select a certain XML document, a certain XSLT template, some
parameters all from a URL?
Now let’s see the answers….
Cheers
Didier PH Martin