You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@jakarta.apache.org by se...@apache.org on 2006/04/05 01:21:33 UTC

svn commit: r391442 - /jakarta/site/xdocs/stylesheets/news2content.xsl

Author: sebb
Date: Tue Apr  4 16:21:31 2006
New Revision: 391442

URL: http://svn.apache.org/viewcvs?rev=391442&view=rev
Log:
Change encoding to standard; add indentation for easier reviewing

Modified:
    jakarta/site/xdocs/stylesheets/news2content.xsl

Modified: jakarta/site/xdocs/stylesheets/news2content.xsl
URL: http://svn.apache.org/viewcvs/jakarta/site/xdocs/stylesheets/news2content.xsl?rev=391442&r1=391441&r2=391442&view=diff
==============================================================================
--- jakarta/site/xdocs/stylesheets/news2content.xsl (original)
+++ jakarta/site/xdocs/stylesheets/news2content.xsl Tue Apr  4 16:21:31 2006
@@ -27,7 +27,7 @@
     version="1.0">
     <xsl:import href="common.xsl"/>
     <xsl:param name="base.dir" select="string('.')"/>
-    <xsl:output method="xml" encoding="Cp1252"/>
+    <xsl:output method="xml" encoding="iso-8859-1" indent="yes"/>
     <xsl:template match="/">
         <!-- Apply templates to generate a content file for each group. -->
         <xsl:apply-templates select="news/group"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: site-cvs-unsubscribe@jakarta.apache.org
For additional commands, e-mail: site-cvs-help@jakarta.apache.org