You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by re...@apache.org on 2007/12/11 13:17:31 UTC

svn commit: r603220 - /labs/webarch/trunk/http/draft-fielding-http/clean-for-DTD.xslt

Author: reschke
Date: Tue Dec 11 04:17:20 2007
New Revision: 603220

URL: http://svn.apache.org/viewvc?rev=603220&view=rev
Log:
Bugfix: remove unneeded apply-templates in PI template, getting rid of Saxon warning

Modified:
    labs/webarch/trunk/http/draft-fielding-http/clean-for-DTD.xslt

Modified: labs/webarch/trunk/http/draft-fielding-http/clean-for-DTD.xslt
URL: http://svn.apache.org/viewvc/labs/webarch/trunk/http/draft-fielding-http/clean-for-DTD.xslt?rev=603220&r1=603219&r2=603220&view=diff
==============================================================================
--- labs/webarch/trunk/http/draft-fielding-http/clean-for-DTD.xslt (original)
+++ labs/webarch/trunk/http/draft-fielding-http/clean-for-DTD.xslt Tue Dec 11 04:17:20 2007
@@ -61,7 +61,7 @@
 
 <xsl:template match="processing-instruction()" mode="cleanup">
   <xsl:text>&#10;</xsl:text>
-  <xsl:copy><xsl:apply-templates select="node()|@*" mode="cleanup"/></xsl:copy>
+  <xsl:copy/>
 </xsl:template>
 
 <xsl:template match="comment()|@*" mode="cleanup"><xsl:copy/></xsl:template>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org