<dcm> ugh - I really think you need to use CDATA
<dcm> its really quite simple...
<dcm> everywhere you have a <programlisting>...
<dcm> do it like so:
<dcm> <programlisting>
<dcm> <![CDATA[
<dcm> then put your code....
<dcm> then close it with:
<dcm> ]]>
<dcm> </programlisting>
