You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by mi...@apache.org on 2005/11/17 17:37:11 UTC

svn commit: r345280 - in /lenya/trunk/src: modules/opendocument/sitemap.xmap webapp/lenya/pubs/default/xslt/page2xhtml-opendocument.xsl

Author: michi
Date: Thu Nov 17 08:36:58 2005
New Revision: 345280

URL: http://svn.apache.org/viewcvs?rev=345280&view=rev
Log:
opendocumenttext fixed

Modified:
    lenya/trunk/src/modules/opendocument/sitemap.xmap
    lenya/trunk/src/webapp/lenya/pubs/default/xslt/page2xhtml-opendocument.xsl

Modified: lenya/trunk/src/modules/opendocument/sitemap.xmap
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/modules/opendocument/sitemap.xmap?rev=345280&r1=345279&r2=345280&view=diff
==============================================================================
--- lenya/trunk/src/modules/opendocument/sitemap.xmap (original)
+++ lenya/trunk/src/modules/opendocument/sitemap.xmap Thu Nov 17 08:36:58 2005
@@ -15,8 +15,6 @@
   limitations under the License.
 -->
 
-<!-- $Id: doctypes.xmap 179488 2005-06-02 02:29:39Z gregor $ -->
-
 <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
 
   <map:pipelines>

Modified: lenya/trunk/src/webapp/lenya/pubs/default/xslt/page2xhtml-opendocument.xsl
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/pubs/default/xslt/page2xhtml-opendocument.xsl?rev=345280&r1=345279&r2=345280&view=diff
==============================================================================
--- lenya/trunk/src/webapp/lenya/pubs/default/xslt/page2xhtml-opendocument.xsl (original)
+++ lenya/trunk/src/webapp/lenya/pubs/default/xslt/page2xhtml-opendocument.xsl Thu Nov 17 08:36:58 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8" ?>
+<?xml version="1.0"?>
 <!--
   Copyright 1999-2004 The Apache Software Foundation
   
@@ -15,8 +15,6 @@
   limitations under the License.
 -->
 
-<!-- $Id: page2xhtml.xsl 162081 2005-04-20 21:49:03Z michi $ -->
-
 <xsl:stylesheet version="1.0"
   xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
   xmlns="http://www.w3.org/1999/xhtml"
@@ -26,17 +24,17 @@
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   exclude-result-prefixes="page xhtml dc lenya"
   >
+
+<xsl:import href="fallback://xslt/page2xhtml.xsl"/>
   
   
-  <!-- {context-prefix}/{publication-id}/{area} -->
+<!--
   <xsl:param name="root"/>
   
-  <!-- i.e. doctypes/xhtml-document -->
   <xsl:param name="document-type"/>
   
   <xsl:param name="document-id"/>
   
-  <!-- The rquest url i.e. /lenya/doctypes/xhtml-document_en.html -->
   <xsl:param name="url"/>
   
   <xsl:param name="language"/>
@@ -47,13 +45,11 @@
     <html>
       <head>
         <link rel="stylesheet" href="{$root}/css/page.css" type="text/css"/>
-        <!-- Load doctype-specific CSS -->
         <xsl:choose>
           <xsl:when test="$document-type">
             <link rel="stylesheet" href="{$root}/css/{$document-type}.css" type="text/css"/>
           </xsl:when>
           <xsl:otherwise>
-            <!-- do nothing -->
           </xsl:otherwise>
         </xsl:choose>
         <xsl:apply-templates select="html/head/*"/>
@@ -104,6 +100,7 @@
       <xsl:apply-templates select="@*|node()|comment()"/>
     </xsl:copy>
   </xsl:template>
+-->
   
   
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>



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