> From: Mark [mailto:[EMAIL PROTECTED] 
> 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?

As in all HTML and XML files, &lt; and &gt; are the character entities
that represent < and > respectively.  This is a standard feature of XML.

                - Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to