mirror of
https://github.com/moparisthebest/xeps
synced 2024-12-21 23:28:51 -05:00
Another try.
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3532 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
bfc21f7241
commit
2fcb012785
@ -174,9 +174,7 @@
|
||||
</env>
|
||||
<cmd name="newpage" nl2="1"/>
|
||||
<cmd name="section*" nl2="1"><parm>Legal</parm></cmd>
|
||||
<group><cmd name="small" />
|
||||
<xsl:apply-templates select="/xep/header/legal" />
|
||||
</group>
|
||||
<xsl:apply-templates select="/xep/header/legal" />
|
||||
<cmd name="newpage" nl2="1"/>
|
||||
<cmd name="tableofcontents" nl2="1"/>
|
||||
<cmd name="newpage" nl2="1"/>
|
||||
@ -190,27 +188,37 @@
|
||||
<!-- for legal crap -->
|
||||
<xsl:template match="copyright">
|
||||
<cmd name="subsection*" nl2="1"><parm>Copyright</parm></cmd>
|
||||
<group><cmd name="small" />
|
||||
<xsl:apply-templates/>
|
||||
</group>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="permissions">
|
||||
<cmd name="subsection*" nl2="1"><parm>Permissions</parm></cmd>
|
||||
<group><cmd name="small" />
|
||||
<xsl:apply-templates/>
|
||||
</group>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="warranty">
|
||||
<cmd name="subsection*" nl2="1"><parm>Warranty</parm></cmd>
|
||||
<group><cmd name="small" />
|
||||
<xsl:apply-templates/>
|
||||
</group>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="liability">
|
||||
<cmd name="subsection*"><parm>Liability</parm></cmd>
|
||||
<group><cmd name="small" />
|
||||
<xsl:apply-templates/>
|
||||
</group>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="conformance">
|
||||
<cmd name="subsection*"><parm>Conformance</parm></cmd>
|
||||
<group><cmd name="small" />
|
||||
<xsl:apply-templates/>
|
||||
</group>
|
||||
</xsl:template>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user