I've been trying to highlight the code in a programlisting block in docbook. The code is the following:
<programlisting language="php"><![CDATA[
// php code
]]></programlisting>
Is there a simple example of how can this be outputted to pdf with php syntax highlighting?
If it helps in anyway i'm using xsltpoc (Using libxml 20708, libxslt 10126 and libexslt 815) to generate fop files and fop (apache) to generate the pdf. The OS is Ubuntu
Thanks!!