Hi all,
What i need to do is to transform http GET request into XML parse-able
with cocoon 2.2
an example :
the request : http://host/foo?filter=<a><b/><c/></a>
when i use <map:generate type="request">
i have :
<h:parameter name="filter">
<h:value><a><b/><c/></a></h:value>
</h:parameter>
h:value is not parse-able..
if i use <map:parameter name="xml" value="{request-param:filter}"/>
i have got the same thing...
any help ?
thanks!
Sébastien
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org
|