summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-08-19 19:21:18 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-08-19 19:21:18 +0100
commit06f899434820e13fa1843aabb6623a646ed77f29 (patch)
tree2773ecc57706f838c1721f824aa038f8c30f9862 /tools
parentbeb2c8f9ece82e8022b6301f8294fbda3e57e0a2 (diff)
Update xep.xsl from xmpp.org (r2166)
Diffstat (limited to 'tools')
-rw-r--r--tools/xep.xsl8
1 files changed, 7 insertions, 1 deletions
diff --git a/tools/xep.xsl b/tools/xep.xsl
index 09cf03123..549af8513 100644
--- a/tools/xep.xsl
+++ b/tools/xep.xsl
@@ -261,7 +261,7 @@ THE SOFTWARE.
<xsl:otherwise>
<p class='indent'>The preferred venue for discussion of this document is the Standards discussion list: &lt;<a href="http://mail.jabber.org/mailman/listinfo/standards">http://mail.jabber.org/mailman/listinfo/standards</a>&gt;.</p>
<xsl:if test='contains(/xep/header/dependencies,"RFC")'>
- <p class='indent'>Given that this XMPP Extension Protocol normatively references IETF technologies, discussion on the XSF-IETF list may also be appropriate (see &lt;<a href="http://mail.jabber.org/mailman/listinfo/jsf-ietf">http://mail.jabber.org/mailman/listinfo/jsf-ietf</a>&gt; for details).</p>
+ <p class='indent'>Given that this XMPP Extension Protocol normatively references IETF technologies, discussion on the XSF-IETF list may also be appropriate (see &lt;<a href="http://mail.jabber.org/mailman/listinfo/xsf-ietf">http://mail.jabber.org/mailman/listinfo/xsf-ietf</a>&gt; for details).</p>
</xsl:if>
</xsl:otherwise>
</xsl:choose>
@@ -848,6 +848,12 @@ THE SOFTWARE.
<!-- PRESENTATIONAL ELEMENTS -->
+ <xsl:template match='blockquote'>
+ <blockquote>
+ <xsl:apply-templates/>
+ </blockquote>
+ </xsl:template>
+
<xsl:template match='cite'>
<span class='ref'>
<xsl:apply-templates/>