[Telepathy-commits] [telepathy-gabble/master] Update xep.xsl from xmpp.org (r2166)
Simon McVittie
simon.mcvittie at collabora.co.uk
Tue Aug 19 11:21:18 PDT 2008
---
tools/xep.xsl | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/tools/xep.xsl b/tools/xep.xsl
index 09cf031..549af85 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: <<a href="http://mail.jabber.org/mailman/listinfo/standards">http://mail.jabber.org/mailman/listinfo/standards</a>>.</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 <<a href="http://mail.jabber.org/mailman/listinfo/jsf-ietf">http://mail.jabber.org/mailman/listinfo/jsf-ietf</a>> 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 <<a href="http://mail.jabber.org/mailman/listinfo/xsf-ietf">http://mail.jabber.org/mailman/listinfo/xsf-ietf</a>> 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/>
--
1.5.6.3
More information about the Telepathy-commits
mailing list