RE: [OT] using JSTL c:out / with escapeXML=false for preview HTML

2005-06-11 Thread Mark Benussi
nbsp; -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Laurie Harper Sent: 10 June 2005 20:00 To: user@struts.apache.org Subject: Re: [OT] using JSTL c:out / with escapeXML=false for preview HTML What's an 'html special space char'? Lixin Chu wrote: Hi, I am

Re: [OT] using JSTL c:out / with escapeXML=false for preview HTML

2005-06-11 Thread Michael Jouravlev
c:out / with escapeXML=false for preview HTML What's an 'html special space char'? Lixin Chu wrote: Hi, I am trying to preview a piece of html content. but the c:out with escapeXML=false can not handle space char correctly. is there an easy way to replace the ' ' with html special

Re: [OT] using JSTL c:out / with escapeXML=false for preview HTML

2005-06-11 Thread Mark Benussi
List user@struts.apache.org Subject: Re: [OT] using JSTL c:out / with escapeXML=false for preview HTML Date: Sat, 11 Jun 2005 00:36:40 -0700 nbsp; is a non-breaking space. Regular space is just sp; On 6/11/05, Mark Benussi [EMAIL PROTECTED] wrote: nbsp; -Original Message- From: news

[OT] using JSTL c:out / with escapeXML=false for preview HTML

2005-06-10 Thread Lixin Chu
Hi, I am trying to preview a piece of html content. but the c:out with escapeXML=false can not handle space char correctly. is there an easy way to replace the ' ' with html special space char ? thanks lixin - To unsubscribe,

Re: [OT] using JSTL c:out / with escapeXML=false for preview HTML

2005-06-10 Thread Laurie Harper
What's an 'html special space char'? Lixin Chu wrote: Hi, I am trying to preview a piece of html content. but the c:out with escapeXML=false can not handle space char correctly. is there an easy way to replace the ' ' with html special space char ? thanks lixin