Im creating a basic content management system to allow users to change the content in some of the XML documents.
I'm reading the content and putting it into a textarea and doing a form post. To print a preview of the page I have an XSP file that uses xsp-request to use the data that was posted instead of the static content in the XML document. But after being posted the data is being encoded so it comes out as: <img> How can I use the posted data as XML without being encoded? Thanks, - Brent --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
