mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-24 18:22:24 -05:00
page frags for tables
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@1212 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
10faee78f8
commit
6ed5c5bf19
5
xep.xsl
5
xep.xsl
@ -696,8 +696,7 @@
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match='example'>
|
||||
<p class='caption'>
|
||||
<a><xsl:attribute name='name'><xsl:text>example-</xsl:text><xsl:number level='any' count='example'/></xsl:attribute></a>Example <xsl:number level='any' count='example'/>.<xsl:text> </xsl:text><xsl:value-of select='@caption'/></p>
|
||||
<p class='caption'><a><xsl:attribute name='name'><xsl:text>example-</xsl:text><xsl:number level='any' count='example'/></xsl:attribute></a>Example <xsl:number level='any' count='example'/>.<xsl:text> </xsl:text><xsl:value-of select='@caption'/></p>
|
||||
<div class='indent'>
|
||||
<pre><xsl:apply-templates/></pre>
|
||||
</div>
|
||||
@ -720,7 +719,7 @@
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match='table'>
|
||||
<p class='caption'>Table <xsl:number level='any' count='table'/>:<xsl:text> </xsl:text><xsl:value-of select='@caption'/></p>
|
||||
<p class='caption'><a><xsl:attribute name='name'><xsl:text>table-</xsl:text><xsl:number level='any' count='table'/></xsl:attribute></a>Table <xsl:number level='any' count='table'/>:<xsl:text> </xsl:text><xsl:value-of select='@caption'/></p>
|
||||
<table border='1' cellpadding='3' cellspacing='0'>
|
||||
<xsl:apply-templates/>
|
||||
</table>
|
||||
|
Loading…
Reference in New Issue
Block a user