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

Name

biblioentry (in bibliography.cited mode) — 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>

A. Description

Emits a bibiographic entry if the reference was cited in the document.

F. Further Reading

This template calls biblioentry.output to format the entry.

G. Variations

Variations on this template: