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: 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.
-- 
Yoshihiro Toda
<mailto:ystoda@yahoo.co.jp>
__________________________________________________
Do You Yahoo!?
http://bb.yahoo.co.jp/



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