Hello everyone,
I am looking for a way, to transform a jx variable into a nodeset?
Imagine I have following code:
<jx:set var="attachment">../content/users/<session:getxml
context="authentication" path="/authentication/login"/>/kk.xml</jx:set>
<zip:entry name="userdata.html" src="${attachment}"/>
That will return (after jx generator):
<zip:entry name="userdata.html" src="[Lorg.w3c.dom.Node;@710087"/>
...but I would like e.g.
<zip:entry name="userdata.html" src="../content/users/1736/kk.xml"/>
Any tips or hint on documentation how to archive it would be very nice.
:)
TIA!
--
thorsten
"Together we stand, divided we fall!"
Hey you (Pink Floyd)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]