>> If you need to include special chars with entities in CDATA sections,
>> then you need to drop the CDATA and use the "old method", which involves
>> escaping of XML special chars. 

> What do you mean by this ? Can you give me a small example ? I really
> would like to fix this problem for the new coming year :)

<programlisting role="php">
&lt;?php
echo &quot;Hi &eacute;.&quot;
?&gt;
</programlisting>

Jakub Vrana

Reply via email to