[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook-apps] Support for collabname?
Hi Bob
Thanks! This works for me:
$ xmlto -m customise.xsl -o build html plone-course.dbk
So far, my customise.xsl contains:
"""
<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version='1.0'>
<!-- Use an HTML CSS stylesheet. -->
<xsl:param name="html.stylesheet" select="'documentation.css'"/>
<!-- Apply collabname template. -->
<xsl:template match="collabname">
<xsl:apply-templates/>
</xsl:template>
</xsl:stylesheet>
"""
Regards,
--
Jean Jordaan
http://www.upfrontsystems.co.za
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]