sree bab wrote:
My current application puts the below html string in request:
Since it's a string, it is not XML tags. In that case, the output is escaped in the pipeline, and therefore escaped for the browser. http://www.dpawson.co.uk/xsl/sect2/N2215.html If you can't figure it out, show us the relevant parts of your transforms in the pipeline. A better solution is to build the SAX events, not the string. Ben --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
