IntroductionIntroduction
  CGI and SSICGI and SSI
  <pike> tag<pike> tag
    <Using the <pike> tag>Using the <pike> tag<Using the <pike> tag>Using the <pike> tag
  Pike scriptPike script
  ModulesModules
  Parser modulesParser modules
  Location modulesLocation modules
  Other module typesOther module types
  Request information objectRequest information object
  ResponsesResponses
  Library methodsLibrary methods
 
<pike> tag

The <pike> tag makes it possible to include Pike code within RXML pages. It is great for making advanced scripting that is not possible with the normal RXML tags. It does however have security implications, since you can do as much damage with the <pike> tag as with a module or Pike script. This tag should therefore be restricted to trusted users only.

The <pike> tag is available from the Pike Tag Module.