You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2006/07/06 18:13:00 UTC

svn commit: r419602 - /lenya/trunk/src/pubs/default/modules/homepage/xslt/clean-homepage.xsl

Author: andreas
Date: Thu Jul  6 09:12:59 2006
New Revision: 419602

URL: http://svn.apache.org/viewvc?rev=419602&view=rev
Log:
Added cleanup XSLT for homepage resource type

Added:
    lenya/trunk/src/pubs/default/modules/homepage/xslt/clean-homepage.xsl

Added: lenya/trunk/src/pubs/default/modules/homepage/xslt/clean-homepage.xsl
URL: http://svn.apache.org/viewvc/lenya/trunk/src/pubs/default/modules/homepage/xslt/clean-homepage.xsl?rev=419602&view=auto
==============================================================================
--- lenya/trunk/src/pubs/default/modules/homepage/xslt/clean-homepage.xsl (added)
+++ lenya/trunk/src/pubs/default/modules/homepage/xslt/clean-homepage.xsl Thu Jul  6 09:12:59 2006
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!--
+  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"
+    xmlns:xhtml="http://www.w3.org/1999/xhtml"
+    >
+
+  <xsl:import href="fallback://lenya/modules/xhtml/xslt/clean-xhtml.xsl"/>
+
+</xsl:stylesheet> 



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