[telepathy-python/master] Updated to telepathy-spec 0.17.26

Louis-Francis Ratte-Boulianne lfrb at lfrb-desktop.no-domain-set.bellcanada
Tue Aug 18 08:28:54 PDT 2009


---
 tools/python-constants-generator.xsl  |    2 +-
 tools/python-interfaces-generator.xsl |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/python-constants-generator.xsl b/tools/python-constants-generator.xsl
index 3822cd7..23aaefd 100644
--- a/tools/python-constants-generator.xsl
+++ b/tools/python-constants-generator.xsl
@@ -72,7 +72,7 @@
 
 <xsl:value-of select="tp:docstring"/>
 """
-<xsl:apply-templates match="node"/>
+<xsl:apply-templates select="node()"/>
 </xsl:template>
 
 </xsl:stylesheet>
diff --git a/tools/python-interfaces-generator.xsl b/tools/python-interfaces-generator.xsl
index ff0f9c4..c2345a9 100644
--- a/tools/python-interfaces-generator.xsl
+++ b/tools/python-interfaces-generator.xsl
@@ -28,7 +28,7 @@
 
 <xsl:value-of select="tp:docstring"/>
 """
-<xsl:apply-templates match="node"/>
+<xsl:apply-templates select="node()"/>
 </xsl:template>
 
 </xsl:stylesheet>
-- 
1.5.6.5




More information about the telepathy-commits mailing list