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: 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.



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