← Prev in month ← Prev in thread
Next in thread → Next in month →

refentryinfo is ignored?

From
Sam Steingold <>
Date
2004-05-17T02:10:42+00:00
ID
Thread
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.
← Prev in month ← Prev in thread
Next in thread → Next in month →