Does any one know of a method in Java or Servlet package to encode string to
HTML format?

For example:
  <name>John</name>

After encoding:
&lt;name&gt;John&lt;/name&gt;

Hien

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to