docs.roxen.comView this page in a printer friendly mode
DocsRoxenWebServer 4.5Web Developer ManualProgramming Tags
Copyright © 2012, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com
 DEMO  DOCS  PIKE
 COMMUNITY  DOWNLOAD
www.roxen.com

   

<cache>
<?cdata ?>
<cgi>
<clear-session>
<combine-path>
<crypt>
<debug>
<dice>
<eval>
<force-session-id>
<fsize>
<gauge>
<maketag>
<nocache>
<nooutput>
<noparse>
<?noparse ?>
<page-size>
<?perl ?>
<?pike ?>
<servlet>
<session>
<set-max-cache>
<trace>
<writefile>

<?cdata ?>

Provided by module: Tags: RXML 2 tags

The content is inserted as a literal. I.e. any XML markup characters are encoded with character references. The first whitespace character (i.e. the one directly after the "cdata" name) is discarded.

This processing instruction is just like the <![CDATA[ ]]> directive but parsed by the RXML parser, which can be useful to satisfy browsers that does not handle <![CDATA[ ]]> correctly.