[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook-apps] Support for collabname?
I believe this is a bug. There is a template for collabname in
'bibliography.mode', but not for 'titlepage.mode', nor for *no* mode, which
is the final fallback when there isn't a template in 'titlepage.mode'. If
you have a customization file, this addition would at least output the text:
<xsl:template match="collabname">
<xsl:apply-templates/>
</xsl:template>
Bob Stayton
Sagehill Enterprises
DocBook Consulting
bobs@sagehill.net
----- Original Message -----
From: "Jean Jordaan" <jean@upfrontsystems.co.za>
To: <docbook-apps@lists.oasis-open.org>
Sent: Wednesday, June 30, 2004 9:30 AM
Subject: [docbook-apps] Support for collabname?
> Hi all
>
> I've got docbook-xsl-stylesheets 1.62.4 and docbook-xml-dtd 4.2
> When processing, I get:
>
> No template matches collabname in collab.
>
> The source looks like this:
>
> <sectioninfo>
> <authorgroup>
> <author>
> <firstname>Jean</firstname>
> <surname>Jordaan</surname>
> </author>
> <collab>
> <collabname>Raphael Ritz</collabname>
> </collab>
> </authorgroup>
> </sectioninfo>
>
> AFAICS collabname shouldn't cause any trouble. Is it just
> not a commonly used element?
>
> --
> 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/.
>
>
>
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]