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] refentryinfo is ignored?


refentry.xsl appears to discard refentryinfo.
I would like to output some of the refentryinfo contents.

what I want is something like this:

<xsl:template name="user.footer.content">
 <xsl:if test="refentryinfo is present in the current document">
  <div class="refentryinfo"
   <p><xsl:value-of select="refentryinfo.title"/></p>
   <p><xsl:value-of select="refentryinfo.subtitle"/></p>
   <p><xsl:value-of select="refentryinfo.date"/></p>
  </div>
 </xsl:if>
</xsl:template>

I am not sure how to formulate the test in xsl:if (I use the same
customization layer for refentry and book).
Also, I don't know how to access the refentryinfo sub-elements.
(title, date &c)
Could you please help me?

Thanks!

-- 
Sam Steingold (http://www.podval.org/~sds) running w2k
<http://www.camera.org> <http://www.iris.org.il> <http://www.memri.org/>
<http://www.mideasttruth.com/> <http://www.honestreporting.com>
If it has syntax, it isn't user friendly.


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]