Copy attributes in addition of internal tags.
[sfa.git] / 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>