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>&lt;a&gt;&lt;b/&gt;&lt;c/&gt;&lt;/a&gt;</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-unsubscr...@cocoon.apache.org
For additional commands, e-mail: users-h...@cocoon.apache.org

Reply via email to