Remove <node> element
authorMike Gorse <mgorse@boston.site>
Tue, 13 May 2008 15:16:03 +0000 (11:16 -0400)
committerMark Doffman <mdoff@silver-wind.(none)>
Fri, 16 May 2008 15:09:27 +0000 (16:09 +0100)
tools/spec-to-introspect.xsl

index 980604a..8095723 100644 (file)
@@ -27,6 +27,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
   xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0"
   exclude-result-prefixes="tp">
 
+<xsl:template match="node">
+<xsl:apply-templates/>
+</xsl:template>
   <xsl:template match="*">
     <xsl:copy>
       <xsl:for-each select="@*">