Introduction
  Publishing web pages
  RXML
  Information tags
  String tags
  Variable tags
  URL tags
  If tags
  Graphics tags
  Database tags
  LDAP
  Programming tags
    <catch>
    <throw>
    <cgi>
    <crypt>
    <debug>
    <default>
    <for>
    <gauge>
    <nooutput>
    <noparse>
    <pike>
    <random>
    <realfile>
    <scope>
    <sed>
    <strlen>
    <trace>
    <vfs>
    <wizard>
  SSI tags
  Image maps
  IntraSeek
  LogView
  Templates
  Navigation
  SiteBuilder tags
  Supports system
  Security
  Appendix
 
<trace> Main RXML parser

 

Makes a trace report about how the contents are parsed by the RXML parser.

 

Example


<trace>
  <nooutput>
    <for variable=i from=1 to=2>
      <list-tags>
    </form>
  </nooutput>
</trace> 

Trace report

  1. tag <trace> Main RXML parser
    1. container <nooutput> Main RXML parser
      1. container <for> Main RXML parser
        Time: 0.00035 (CPU = 0.00)

      2. tag <set> Main RXML parser
        Time: 0.00011 (CPU = 0.00)

      3. tag <list-tags> Main RXML parser
        Time: 0.11298 (CPU = 0.00)

      4. tag <set> Main RXML parser
        Time: 0.00011 (CPU = 0.00)

      5. tag <list-tags> Main RXML parser
        Time: 0.04211 (CPU = 0.00)

      Time: 0.18199 (CPU = 0.00)

    Time: 0.46543 (CPU = 0.00)