Gabor Hojtsy wrote:
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).

so we'll be doing :


<para>
 <example>
  <programlisting role="php">
&eacute; ...
  </programlisting>
  <para>
   This example will output :
  </para>
  <screen>
&eacute; ...
  </screen>
 </example>
</para>

am I right ? If yes I'll commit a huge patch to the french documentation.


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

CC'ing him to see ;)


didou

Reply via email to