Author: rgardler
Date: Thu Oct 27 15:54:48 2011
New Revision: 1189816

URL: http://svn.apache.org/viewvc?rev=1189816&view=rev
Log:
Output HTML from the stylesheets

Modified:
    incubator/wookie/trunk/widgets/templates/browse/detail2html.xsl
    incubator/wookie/trunk/widgets/templates/browse/index2html.xsl

Modified: incubator/wookie/trunk/widgets/templates/browse/detail2html.xsl
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/browse/detail2html.xsl?rev=1189816&r1=1189815&r2=1189816&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/browse/detail2html.xsl (original)
+++ incubator/wookie/trunk/widgets/templates/browse/detail2html.xsl Thu Oct 27 
15:54:48 2011
@@ -16,6 +16,8 @@
 -->
 <xsl:stylesheet version="1.0"
        xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
+    
+    <xsl:output method="html" indent="yes"/>
 
        <xsl:template match="/">
                <xsl:apply-templates />

Modified: incubator/wookie/trunk/widgets/templates/browse/index2html.xsl
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/browse/index2html.xsl?rev=1189816&r1=1189815&r2=1189816&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/browse/index2html.xsl (original)
+++ incubator/wookie/trunk/widgets/templates/browse/index2html.xsl Thu Oct 27 
15:54:48 2011
@@ -16,6 +16,8 @@
 -->
 <xsl:stylesheet version="1.0"
        xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
+    
+    <xsl:output method="html" indent="yes"/>
 
        <xsl:template match="/">
          <div id="results" data-role="collapsible-set">


Reply via email to