You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Mark <se...@yahoo.com> on 2005/01/17 17:29:56 UTC

<> in web.xml

Hi there,

I need to set '<' and '>' characters in <init-param> field of web.xml
Is there any standard way of setting up and reading those type of
characters in web.xml file?

Thanks,
Mark.


		
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - Helps protect you from nasty viruses. 
http://promotions.yahoo.com/new_mail

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


Re: <> in web.xml

Posted by Tim Funk <fu...@joedog.org>.
You can use CDATA. For example:
<param-value>
  <![CDATA[<b>Woo hoo!!!!</b> ]]>
</param-value>

-Tim

Mark wrote:

> Hi there,
> 
> I need to set '<' and '>' characters in <init-param> field of web.xml
> Is there any standard way of setting up and reading those type of
> characters in web.xml file?
> 

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