Suggestions
Search:
 
Next:
biblioentry.output
Previous:
biblioentry (in bibliography.all mode)
Up:
Bibliographies biblio.mod.xsl
Reference Section

Name

biblioentry — Process biblioentry [2.0.9] elements

Synopsis

<xsl:template match="biblioentry" mode="bibliography.cited">
<xsl:param name="bibid" select="@id"/>
<xsl:param name="ab" select="abbrev"/>
<xsl:variable name="nx" select="//xref[@linkend=$bibid]"/>
<xsl:variable name="nc" select="//citation[text()=$ab]"/>
  ...
</xsl:template><xsl:template match="biblioentry" mode="bibliography.all"/><xsl:template match="biblioentry"/>

A. Description

Emits a bibiographic entry unconditionally.

F. Further Reading

This template calls biblioentry.output to format the entry.

G. Variations

Variations on this template: