Introduction
  Publishing web pages
  RXML
  Information tags
  String tags
    <ai>
    <autoformat>
    <case>
    <comment>
    <doc>
    <fl>
    <obox>
    <smallcaps>
    <sort>
    <source>
    <spell>
    <tablify>
    <trimlines>
  Variable tags
  URL tags
  If tags
  Graphics tags
  Database tags
  LDAP
  Programming tags
  SSI tags
  Image maps
  IntraSeek
  LogView
  Templates
  Navigation
  SiteBuilder tags
  Supports system
  Security
  Appendix
 
<source> </> Main RXML parser

 

This tag is used to show examples of HTML or RXML code. It will first show the source code, then a separator and last the results of the code.

 

Attributes

separator
Use this string as a separator between the presentation of the source of the result.

 

Example


<source separator="The result of the above code">
<font size=+9><b>Bold</b></font>
<h5>This is a small heading</h5></source>

<font size=+9><b>Bold</b></font>
<h5>This is a small heading</h5>

The result of the above code


Bold
This is a small heading