You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2005/04/01 01:19:47 UTC

svn commit: r159650 - forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/resources/stylesheets/openoffice-common2forrest.xsl

Author: rgardler
Date: Thu Mar 31 15:19:45 2005
New Revision: 159650

URL: http://svn.apache.org/viewcvs?view=rev&rev=159650
Log:
style attributes are legal in Document V2.0

Modified:
    forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/resources/stylesheets/openoffice-common2forrest.xsl

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/resources/stylesheets/openoffice-common2forrest.xsl
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/resources/stylesheets/openoffice-common2forrest.xsl?view=diff&r1=159649&r2=159650
==============================================================================
--- forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/resources/stylesheets/openoffice-common2forrest.xsl (original)
+++ forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/resources/stylesheets/openoffice-common2forrest.xsl Thu Mar 31 15:19:45 2005
@@ -256,14 +256,9 @@
   <!-- ==================================================================== -->
   
   <xsl:template match="@text:style-name">
-    <!-- class attributes on source document elements will be
-    available when Forrest's source document format is changed to
-    XHTML. -->
-    <!--
     <xsl:attribute name="class">
       <xsl:value-of select="."/>
     </xsl:attribute>
-    -->
   </xsl:template>
   
   <xsl:template name="style">