Copy attributes in addition of internal tags.
authorSapan Bhatia <sapanb@cs.princeton.edu>
Mon, 9 Nov 2009 22:03:10 +0000 (22:03 +0000)
committerSapan Bhatia <sapanb@cs.princeton.edu>
Mon, 9 Nov 2009 22:03:10 +0000 (22:03 +0000)
sfatables/processors/max_link_kbps.xsl

index 59a6741..b6776e1 100644 (file)
@@ -29,7 +29,7 @@
   <!-- Fill in missing kbps values --> 
   <xsl:template match="LinkSpec[not(kbps)]">
       <xsl:copy>
-      <xsl:copy-of select="*"/>
+      <xsl:copy-of select="."/>
       <kbps><xsl:value-of select="$max-link-kbps"/></kbps>
   </xsl:copy>
   </xsl:template>