I'm trying to improve on our current PDF generation, and in particular to get syntax highlighting of code to work.
I've mostly got it working, but I ended up cut-and-pasting some of the Docbook->FO code into out own tools/boostbook/xsl/fo.xsl file in order to make the changes I wanted to "programlisting" node handling. This seems a rather silly way of doing things, and I'm sure I must be doing something wrong.... anyone know if there's any way to apply the transform I want, and then "inherit" the existing behaviour for the same node as well? <xsl:apply-templates/> only applies to child nodes, I need something more like "process this node again, but not with the current rule". Cheers, John. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Boost-docs mailing list [email protected] Unsubscribe and other administrative requests: https://lists.sourceforge.net/lists/listinfo/boost-docs
