You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by th...@apache.org on 2006/04/15 02:02:58 UTC

svn commit: r394229 - in /lenya/trunk/src/modules/opendocument/xslt: common/ common/odt_to_xhtml.xsl odt_to_xhtml.xsl opendocument2xhtml.xsl

Author: thorsten
Date: Fri Apr 14 17:02:54 2006
New Revision: 394229

URL: http://svn.apache.org/viewcvs?rev=394229&view=rev
Log:
moving the common files (the ones coming from David Eisenberg) into a directory on it one to easier reuse it in forrest via svn:ext.

Added:
    lenya/trunk/src/modules/opendocument/xslt/common/
    lenya/trunk/src/modules/opendocument/xslt/common/odt_to_xhtml.xsl
      - copied unchanged from r394204, lenya/trunk/src/modules/opendocument/xslt/odt_to_xhtml.xsl
Removed:
    lenya/trunk/src/modules/opendocument/xslt/odt_to_xhtml.xsl
Modified:
    lenya/trunk/src/modules/opendocument/xslt/opendocument2xhtml.xsl

Modified: lenya/trunk/src/modules/opendocument/xslt/opendocument2xhtml.xsl
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/modules/opendocument/xslt/opendocument2xhtml.xsl?rev=394229&r1=394228&r2=394229&view=diff
==============================================================================
--- lenya/trunk/src/modules/opendocument/xslt/opendocument2xhtml.xsl (original)
+++ lenya/trunk/src/modules/opendocument/xslt/opendocument2xhtml.xsl Fri Apr 14 17:02:54 2006
@@ -7,7 +7,7 @@
   xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0"
   xmlns:xlink="http://www.w3.org/1999/xlink"
 >
-<xsl:import href="fallback://lenya/modules/opendocument/xslt/odt_to_xhtml.xsl"/>
+<xsl:import href="fallback://lenya/modules/opendocument/xslt/common/odt_to_xhtml.xsl"/>
 <!-- default parameter value -->
 <xsl:param name="rendertype" select="''"/>
 



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