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
 
<vfs> Main RXML parser

 

Prints the mountpoint of the filesystem module that handles the page, or unknown if it could not be determined. This is useful for creating pages or applications that are to be placed anywhere on a site, but for some reason have to use absolute paths.

 

Example


<set variable=path eval="<vfs>">

<formoutput>
<a href=#path#/creator/programming/vfs.html>
Link to this page</a>.
</formoutput>

Link to this page.