: I was wondering if there was a way of passing parameters into 
: the XSLTResponseWriter writer.

I don't think there's anyway to pass input in the traditional <xsl:param> 
sense, but you can set default/invariant params along with echoParams=all 
to get the values you want into the XML doc itself where your stylesheet 
has access to it.


-Hoss

Reply via email to