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> &lt;?php $a = "foo"; if ($a &lt; "bar") { } ?&gt; </programlisting>

in contrast with:


<programlisting>
<![CDATA[
<?php
    $a = "foo";
    if ($a < "bar") {
    }
?>
</programlisting>

(BTW the above example from Derick is "corrected" too).

I don't like this idea too much, but if it's the only solution.. I'll
look in this direction when I understand how we should replace the
CDATA's parts.

I think we just need to kick him to do it right :)

I also expect that the issue can be solved with a proper IDE (or a properly set up IDE). Although I am far not experienced with Macs...


Goba

Reply via email to