mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 02:43:58 +00:00
Support for lists
[SVN r20101]
This commit is contained in:
parent
696c447e91
commit
80fbbcacf9
@ -933,8 +933,11 @@ Cannot handle memberdef element with kind=<xsl:value-of select="@kind"/>
|
||||
</xsl:if>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="computeroutput" mode="passthrough">
|
||||
<computeroutput><xsl:apply-templates mode="passthrough"/></computeroutput>
|
||||
<xsl:template match="computeroutput|orderedlist|itemizedlist|listitem"
|
||||
mode="passthrough">
|
||||
<xsl:element name="{name(.)}">
|
||||
<xsl:apply-templates mode="passthrough"/>
|
||||
</xsl:element>
|
||||
</xsl:template>
|
||||
<xsl:template match="parameterlist" mode="passthrough"/>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user