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/10/02 14:10:21 UTC

svn commit: r293095 - /lenya/trunk/src/webapp/lenya/pubs/default/xslt/page2xhtml-opendocument.xsl

Author: michi
Date: Sun Oct  2 05:10:16 2005
New Revision: 293095

URL: http://svn.apache.org/viewcvs?rev=293095&view=rev
Log:
opendocument global layout added

Added:
    lenya/trunk/src/webapp/lenya/pubs/default/xslt/page2xhtml-opendocument.xsl

Added: 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=293095&view=auto
==============================================================================
--- lenya/trunk/src/webapp/lenya/pubs/default/xslt/page2xhtml-opendocument.xsl (added)
+++ lenya/trunk/src/webapp/lenya/pubs/default/xslt/page2xhtml-opendocument.xsl Sun Oct  2 05:10:16 2005
@@ -0,0 +1,24 @@
+<?xml version="1.0"?>
+<!--
+  Copyright 1999-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+
+<xsl:stylesheet version="1.0"
+  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+>
+  
+<xsl:import href="fallback://xslt/page2xhtml.xsl"/>
+  
+</xsl:stylesheet>



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