Re: [docbook-apps] syntax highlighting doesn't work, nor throws errors.

From
Mike <>
Date
2009-02-24T19:27:38+00:00
ID
Thread
Re: [docbook-apps] syntax highlighting doesn't work, nor throws errors.
Juri Memmert wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: RIPEMD160
> 
> Mike wrote:
> 
> Hi Mike,
> 
> Could you send me the following file (if possible):
>> /www/notlive/docbook/docbook-xsl-1.74.3-pre/chunkohp.xsl
> 
> It is not part of the official Stylesheet release, it seems, so I am
> assuming that that's your custimization layer, right?
> 

Sure, actually, now I've switched to this one, mfsite.xsl, here it is:

<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
version="1.0">

<xsl:import href="html/chunk.xsl"/>

<xsl:import href="highlighting/common.xsl"/>
<xsl:import href="html/highlight.xsl"/>

<xsl:param name="base.dir" select="'/www/mfsite/docbook/tdesignerdocs/'"/>

<xsl:param name="highlight.source" select="1"/>

<xsl:param name="html.stylesheet" select="'docbook.css'"/>
<!--<xsl:param name="admon.graphics" select="1"/>-->

</xsl:stylesheet>


(btw while I'm typing, I gave website/chunk-website.xsl and 
website/chunk-tabular.xsl a try instead of html/chunk.xsl, and all they 
did was output one giant stream of html to the command line, rather than 
multiple files in my output dir.  Anwyay, I guess I should start a 
different thread for that problem.)