IntroductionIntroduction
  Publishing web pagesPublishing web pages
  RXMLRXML
  Information tagsInformation tags
  String tagsString tags
    <ai>ai<ai>ai
    <autoformat>autoformat<autoformat>autoformat
    <case>case<case>case
    <comment>comment<comment>comment
    <doc>doc<doc>doc
    <fl>fl<fl>fl
    <obox>obox<obox>obox
    <smallcaps>smallcaps<smallcaps>smallcaps
    <sort>sort<sort>sort
    <source>source<source>source
    <spell>spell<spell>spell
    <tablify>tablify<tablify>tablify
    <trimlines>trimlines<trimlines>trimlines
  Variable tagsVariable tags
  URL tagsURL tags
  If tagsIf tags
  Graphics tagsGraphics tags
  Database tagsDatabase tags
  LDAPLDAP
  Programming tagsProgramming tags
  SSI tagsSSI tags
  Image mapsImage maps
  IntraSeekIntraSeek
  LogViewLogView
  TemplatesTemplates
  NavigationNavigation
  SiteBuilder tagsSiteBuilder tags
  Supports systemSupports system
  SecuritySecurity
  AppendixAppendix
 
<doc> </> Main RXML parser

 

This tag simplifies writing html examples. Within the <doc> tag { will be replaced by &< and } by &>. Thus eliminating the need to write &lt; and &gt; manually.

pre
Encloses the section within a <pre> tag as well.

 

Attributes

pre
Encloses the section within a <pre> tag as well.


{table}
  {tr}
    {td} First cell {/td}
    {td} Second cell {/td}
  {/tr}
{/table}


"=> >

{table} {tr} {td} First cell {/td} {td} Second cell {/td} {/tr} {/table}

 

Example



{table}
  {tr}
    {td} First cell {/td}
    {td} Second cell {/td}
  {/tr}
{/table}


"=> >

{table} {tr} {td} First cell {/td} {td} Second cell {/td} {/tr} {/table}