You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2005/11/29 02:00:23 UTC

svn commit: r349566 - /myfaces/impl/trunk/tld/misc/resolve_entities.xsl

Author: skitching
Date: Mon Nov 28 17:00:19 2005
New Revision: 349566

URL: http://svn.apache.org/viewcvs?rev=349566&view=rev
Log:
Remove indent command; indenting done explicitly by code

Modified:
    myfaces/impl/trunk/tld/misc/resolve_entities.xsl

Modified: myfaces/impl/trunk/tld/misc/resolve_entities.xsl
URL: http://svn.apache.org/viewcvs/myfaces/impl/trunk/tld/misc/resolve_entities.xsl?rev=349566&r1=349565&r2=349566&view=diff
==============================================================================
--- myfaces/impl/trunk/tld/misc/resolve_entities.xsl (original)
+++ myfaces/impl/trunk/tld/misc/resolve_entities.xsl Mon Nov 28 17:00:19 2005
@@ -10,7 +10,6 @@
                 xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
 
     <xsl:output method="xml"
-                indent="yes"
                 encoding="ISO-8859-1"
                 doctype-public="-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN"
                 doctype-system="http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd"/>