← Prev in month ← Prev in thread

Re: [docbook-apps] Support for collabname?

From
Bob Stayton <>
Date
2004-07-18T07:55:17+00:00
ID
00dd01c46c9d$54457580$6601a8c0@toshiro
Thread
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



----- Original Message ----- 
From: "Jean Jordaan" <>
To: <>
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
, or visit
http://www.oasis-open.org/mlmanage/.
>
>
>
← Prev in month ← Prev in thread