Name

[T] get-texinfo-file-name — Find the file that contains the result

Synopsis

<xsl:template name="get-texinfo-file-name">
  <xsl:param name="node" select="." /></xsl:template>

Returns the Texinfo file that contains the result when transforming the context node.

In this implementation, every document element starts a new file, unless the document element is set, in which case each child book starts a new file.

Parameters
node

The node to find information for. Default is the context node.