[ttml10se] fix xslt warning introduced by xmlspec xsl update
authorGlenn Adams <glenn@skynav.com>
Thu, 09 May 2013 09:49:13 -0600
changeset 370 1ce379660708
parent 369 2a5ea407d10b
child 371 6a216cde200e
[ttml10se] fix xslt warning introduced by xmlspec xsl update
ttml10/spec/xmlspec.xsl
--- a/ttml10/spec/xmlspec.xsl	Thu May 09 09:43:58 2013 -0600
+++ b/ttml10/spec/xmlspec.xsl	Thu May 09 09:49:13 2013 -0600
@@ -1998,9 +1998,7 @@
             <!-- nop -->
           </xsl:when>
           <xsl:otherwise>
-            <xsl:copy>
-              <xsl:apply-templates/>
-            </xsl:copy>
+            <xsl:copy-of select="."/>
           </xsl:otherwise>
         </xsl:choose>
       </xsl:for-each>