Plands.com Logo  Business Internet Services 
Main Menu
Home
Planetary CRM
  Benefits
  Features
  Demo
E-Mail Services
  E-mail Hosting
  Newsletters
  Discussion Lists
Web Hosting
Server Co-location
and Administration
Web Applications
Technical Support
Contact Us
DXP Samples
 
DxpHome  ||   Samples  ||   Details  ||   Docs  ||   Trees  ||   xml-xsl  ||   Links
// RpToHtml.java

This tag is used to turn ASCII text into HTML that can be viewed in a web browser. It converts chars such as newline, ampersand, greaterThan, lessThan to HTML codes. It will also turn Strings that begin with patterns like http://, https://, ftp:// or email addresses like name
@somewhere.com into hyperlinks.

This tag can be used in conjunction with an HTML form that posts a block of text to a target page. The target page can turn the ASCII text posted by the form in the HTML text and store in as a file or database record.

Here is an example of the syntax where the text is passed as the named request paramter:

<dxp:RpToHtml name="posted" store="converted" />


@author Mark Ashworth
@version 0.2, 2001-06-04

Return to Index

Note: We have tried to test all of the code examples but they may contain errors. Any questions, comments, suggestions, or problems should be sent to info@plands.com.