This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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

To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org, or visit http://www.oasis-open.org/mlmanage/.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]