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
// Comment.java

Comment is used to capture the byte output from tags it encloses and write it on the page inside HTML/XML comments so it does not show up in a browser display but will show up in the page source code. This provides a way to quickly display debugging information without altering the layout of a page

  
<dxp:Comment>
  Value of param1: <dxp:Rp name="param1"/>
  Value of param2: <dxp:Rp name="param2"/>
  Value of param3: <dxp:Rp name="param3"/>
</dxp:Comment>


@author Mark Ashworth
@version 0.1, 2002-05-13

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.