Hi,
At some point in x.xslt I do:
...
<xsl:copy-of select="document('cocoon://path/proc.xsp/?var={$var}')/*"/>
....
But the variable is *not* expanded.
Proc.xsp sees the value of request-parameter var
is set to litarally {$var}
How can I pass dynamic values when 'calling' a document() ?
==================================================================
It is also possible to call a document with 2 parameters:
document('path', some-node-tree)
In my case path points to an xsp, how do I access the 'some-node-tree' ?
Thanks
Rob
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]