Hello,

I'm storing a xml document as string in the request object and I want to include this xml into the pipeline. For me, the best way to do this would be to use JXTemplate, but ${request.getAttribute('myXML')} inlcudes the xml just as string and marks the > and < as entities &gt; and &lt;. How can I inlcude this xml from the request into the sax stream is there a "RequestTransformer" available?

Thank you a lot.

Regards
Stephan


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



Reply via email to