You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Eric Jain <Er...@isb-sib.ch> on 2003/05/05 13:17:55 UTC

[OT] Using HTML entities in XML JSPs

Does anyone know how to use HTML entities such as '&nbsp;' in JSPs that
are written in the JSP/XML syntax - short from using CDATA sections?


--
Eric Jain


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Re: [OT] Using HTML entities in XML JSPs

Posted by Eric Jain <Er...@isb-sib.ch>.
> Just a guess, but this might work...
> 
> &amp;nbsp;

Thanks, it works!


--
Eric Jain


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Re: [OT] Using HTML entities in XML JSPs

Posted by Max Cooper <ma...@maxcooper.com>.
Just a guess, but this might work...

&amp;nbsp;

-Max

On Mon, 2003-05-05 at 04:17, Eric Jain wrote:
> Does anyone know how to use HTML entities such as '&nbsp;' in JSPs that
> are written in the JSP/XML syntax - short from using CDATA sections?
> 
> 
> --
> Eric Jain
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
-- 
Max Cooper <ma...@maxcooper.com>


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org