svn commit: r634735 - /lenya/trunk/src/modules/xhtml/xslt/xhtml2xhtml.xsl
[email protected] Fri, 07 Mar 2008 16:35:15 -0000
Newsgroups
gmane.comp.cms.lenya.cvs
Message-ID
<[email protected] >
Author: andreas
Date: Fri Mar 7 08:35:14 2008
New Revision: 634735
URL: http://svn.apache.org/viewvc?rev=634735&view=rev
Log:
Removed obsolete dc metadata handling from stylesheet.
Modified:
lenya/trunk/src/modules/xhtml/xslt/xhtml2xhtml.xsl
Modified: lenya/trunk/src/modules/xhtml/xslt/xhtml2xhtml.xsl
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/xhtml/xslt/xhtml2xhtml.xsl?rev=634735&r1=634734&r2=634735&view=diff
==============================================================================
--- lenya/trunk/src/modules/xhtml/xslt/xhtml2xhtml.xsl (original)
+++ lenya/trunk/src/modules/xhtml/xslt/xhtml2xhtml.xsl Fri Mar 7 08:35:14 2008
@@ -23,7 +23,6 @@
xmlns:xhtml="http://www.w3.org/1999/xhtml"
xmlns:lenya="http://apache.org/cocoon/lenya/page-envelope/1.0"
xmlns="http://www.w3.org/1999/xhtml"
- xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:ci="http://apache.org/cocoon/include/1.0"
exclude-result-prefixes="xhtml lenya"
>
@@ -71,7 +70,5 @@
<xsl:template match="xhtml:a[@class = 'lenya.asset']">
<ci:include src="{@href}?format=downloadLink"/>
</xsl:template>
-
- <xsl:template match="dc:metadata"/>
</xsl:stylesheet>