OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook-apps] Re: Contents of CVS $Id$


Hi,

> Here is one solution:
> 
> 1. put $Id$ keyword in <releaseinfo> in <*info> (like
>    articleinfo/bookinfo...) in a DocBook XML file.
> 
>    <article>
>      <articleinfo>
>        <releaseinfo>$Id$</releaseinfo>
>        ...
> 
> 2. add a 'user.footer.content' template to your customisation layer.
>    this is a simple example:
> 
>    <xsl:template name="user.footer.content">
>      <hr/>
>      <p class="releaseinfo"><xsl:value-of select="//releaseinfo"></p>
>    </xsl:template>
> 
> 3. commit the XML file to CVS as usual, then transform it.

Thanks for the solution. It works but not exactly as I want.
I put the $Id$ keyword is the releaseinfo of each of the following:
bookinfo, chapterinfo and sectioninfo (each section is in a separate
file). However, when I am generating the complete book, the information
written in the user.footer.content is that of bookinfo (and not of the
individual files). That is misleading since it looks like all the
files were modified the same date.

Did I miss something?

Diane Larin
diane@inro.ca



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]