Yeah this is quite annoying because as soon as I do an <xsl:value-of value="$myrequestparam"/>
That produces an encoded string value that gets passed all the way to the actual writing of the file.. so it gets overwritten with < and > - Brent > I've run into this as well. We looked at a couple of > different options: > > 1. server side decoders that basically replace your < or > other unicode with their appropriate symbols before > committing to storage. This is a good solution for very > simple markup with little variation. > > 2. Change client to applets, ActiveX or Flash. We chose to > build a flash component based on the following > http://www.flashcomponents.net/component.cfm?nav=2&id=131. > Macromedia has a > pretty decent API for sending and receiving XML. > Performance isn't > great though. We use it as a dumb-client and do all XML > processing on the server. > > Hope this helps, > > Chris > > -----Original Message----- > From: Brent L Johnson [mailto:[EMAIL PROTECTED] > Sent: Friday, December 05, 2003 11:08 AM > To: [EMAIL PROTECTED] > Subject: Content Updating > > > 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] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
