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]

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


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]