Re: c:out question

2004-09-22 Thread Kris Schneider
Well, content-type should be a non-factor. If the value of "escapeXml" is true, then the following conversions take place regardless: & -> & < -> < > -> > " -> " ' -> ' What does the actual HTML source look like? Quoting Bill Siggelkow <[EMAIL PROTECTED]>: > Hmmm use > to filter > to not

Re: c:out question

2004-09-22 Thread Bill Siggelkow
Hmmm use to filter to not filter If the filtering is not working then something else has already filtered the content; or the content-type on the page is set to plain text instead of text/html maybe? AFAIK the escapeXml attribute works as touted. -Bill Siggelkow Sergey Livanov wrote: When