mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 02:43:58 +00:00
Valid listitems.
[SVN r63145]
This commit is contained in:
parent
0597d29b9c
commit
ef13ddd9dd
@ -71,7 +71,7 @@ namespace example
|
||||
* Embedded docbook list:
|
||||
*
|
||||
* \xmlonly
|
||||
* <orderedlist><listitem>1</listitem><listitem>2</listitem></orderedlist>
|
||||
* <orderedlist><listitem><simpara>1</simpara></listitem><listitem><simpara>2</simpara></listitem></orderedlist>
|
||||
* \endxmlonly
|
||||
*
|
||||
* \a Special \b Bold \c Typewriter \e Italics \em emphasis \p parameter
|
||||
|
@ -98,14 +98,14 @@
|
||||
|
||||
<itemizedlist>
|
||||
<xsl:for-each select="concept">
|
||||
<listitem>
|
||||
<listitem><simpara>
|
||||
<xsl:call-template name="internal-link">
|
||||
<xsl:with-param name="to">
|
||||
<xsl:call-template name="generate.id"/>
|
||||
</xsl:with-param>
|
||||
<xsl:with-param name="text" select="@name"/>
|
||||
</xsl:call-template>
|
||||
</listitem>
|
||||
</simpara></listitem>
|
||||
</xsl:for-each>
|
||||
</itemizedlist>
|
||||
</section>
|
||||
|
Loading…
x
Reference in New Issue
Block a user