mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 15:03:57 +00:00
docbook.xsl, function.xsl, macro.xsl, type.xsl:
- Allow BoostBook markup in <purpose> [SVN r23330]
This commit is contained in:
parent
dcc7a747e1
commit
9ea136fecd
@ -262,7 +262,9 @@ Error: XSL template 'link-or-anchor' called with invalid link-type '<xsl:value-o
|
|||||||
</refmeta>
|
</refmeta>
|
||||||
<refnamediv>
|
<refnamediv>
|
||||||
<refname><xsl:value-of select="$refname"/></refname>
|
<refname><xsl:value-of select="$refname"/></refname>
|
||||||
<refpurpose><xsl:value-of select="$purpose"/></refpurpose>
|
<refpurpose>
|
||||||
|
<xsl:apply-templates mode="annotation" select="$purpose"/>
|
||||||
|
</refpurpose>
|
||||||
</refnamediv>
|
</refnamediv>
|
||||||
<refsynopsisdiv>
|
<refsynopsisdiv>
|
||||||
<synopsis>
|
<synopsis>
|
||||||
|
@ -969,7 +969,7 @@
|
|||||||
<xsl:with-param name="node" select="."/>
|
<xsl:with-param name="node" select="."/>
|
||||||
</xsl:call-template>
|
</xsl:call-template>
|
||||||
</xsl:with-param>
|
</xsl:with-param>
|
||||||
<xsl:with-param name="purpose" select="purpose"/>
|
<xsl:with-param name="purpose" select="purpose/*|purpose/text()"/>
|
||||||
<xsl:with-param name="anchor">
|
<xsl:with-param name="anchor">
|
||||||
<xsl:call-template name="generate.id"/>
|
<xsl:call-template name="generate.id"/>
|
||||||
</xsl:with-param>
|
</xsl:with-param>
|
||||||
@ -1050,7 +1050,7 @@
|
|||||||
<xsl:with-param name="node" select="."/>
|
<xsl:with-param name="node" select="."/>
|
||||||
</xsl:call-template>
|
</xsl:call-template>
|
||||||
</xsl:with-param>
|
</xsl:with-param>
|
||||||
<xsl:with-param name="purpose" select="purpose"/>
|
<xsl:with-param name="purpose" select="purpose/*|purpose/text()"/>
|
||||||
<xsl:with-param name="anchor">
|
<xsl:with-param name="anchor">
|
||||||
<xsl:call-template name="generate.id"/>
|
<xsl:call-template name="generate.id"/>
|
||||||
</xsl:with-param>
|
</xsl:with-param>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
<xsl:template match="macro" mode="reference">
|
<xsl:template match="macro" mode="reference">
|
||||||
<xsl:call-template name="reference-documentation">
|
<xsl:call-template name="reference-documentation">
|
||||||
<xsl:with-param name="refname" select="@name"/>
|
<xsl:with-param name="refname" select="@name"/>
|
||||||
<xsl:with-param name="purpose" select="purpose"/>
|
<xsl:with-param name="purpose" select="purpose/*|purpose/text()"/>
|
||||||
<xsl:with-param name="anchor">
|
<xsl:with-param name="anchor">
|
||||||
<xsl:call-template name="generate.id"/>
|
<xsl:call-template name="generate.id"/>
|
||||||
</xsl:with-param>
|
</xsl:with-param>
|
||||||
|
@ -757,7 +757,7 @@ Unknown type element "<xsl:value-of select="local-name(.)"/>" in type.display.na
|
|||||||
</xsl:call-template>
|
</xsl:call-template>
|
||||||
<xsl:apply-templates select="specialization"/>
|
<xsl:apply-templates select="specialization"/>
|
||||||
</xsl:with-param>
|
</xsl:with-param>
|
||||||
<xsl:with-param name="purpose" select="./purpose"/>
|
<xsl:with-param name="purpose" select="purpose/*|purpose/text()"/>
|
||||||
<xsl:with-param name="anchor">
|
<xsl:with-param name="anchor">
|
||||||
<xsl:call-template name="generate.id">
|
<xsl:call-template name="generate.id">
|
||||||
<xsl:with-param name="node" select="."/>
|
<xsl:with-param name="node" select="."/>
|
||||||
@ -962,7 +962,7 @@ Unknown type element "<xsl:value-of select="local-name(.)"/>" in type.display.na
|
|||||||
<xsl:with-param name="node" select="."/>
|
<xsl:with-param name="node" select="."/>
|
||||||
</xsl:call-template>
|
</xsl:call-template>
|
||||||
</xsl:with-param>
|
</xsl:with-param>
|
||||||
<xsl:with-param name="purpose" select="purpose"/>
|
<xsl:with-param name="purpose" select="purpose/*|purpose/text()"/>
|
||||||
<xsl:with-param name="anchor">
|
<xsl:with-param name="anchor">
|
||||||
<xsl:call-template name="generate.id">
|
<xsl:call-template name="generate.id">
|
||||||
<xsl:with-param name="node" select="."/>
|
<xsl:with-param name="node" select="."/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user