|
|
|
<?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. |
|||