docs.roxen.comBack to normal mode
DocsRoxenWebServer 6.1Web Developer ManualProgramming Tags
Copyright © 2021, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com

<?cdata ?>

Provided by module: Tags: RXML 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.