Hello,

I already read some posts concerning ampersand encoding here in the mailing list. But 
I have not yet found a solution for the following problem: I want to pass a request 
parameter (Title) containing an ampersand (or any other reserved XML char) to a 
self-implemented generator. Inside the generator, the parameter value is cut from 
where the first reserved XML char occurs. Is there something like an 
EncodeReservedXMLCharsAction or any other solution of this problem?

<map:act type="request">
        <map:parameter name="parameters" value="true" />
        <map:generate type="UploadGenerator" src="http://myURL";>                       
                                 <map:parameter name="Title" value="{Title}" />
        </map:generate>
</map:act>

Regards,
Elmar

---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to