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 2008/03/13 14:54:01 UTC

svn commit: r636765 - /lenya/sandbox/modules/docustyle/xslt/page.xsl

Author: andreas
Date: Thu Mar 13 06:53:57 2008
New Revision: 636765

URL: http://svn.apache.org/viewvc?rev=636765&view=rev
Log:
Removed obsolete dc namespace declaration.

Modified:
    lenya/sandbox/modules/docustyle/xslt/page.xsl

Modified: lenya/sandbox/modules/docustyle/xslt/page.xsl
URL: http://svn.apache.org/viewvc/lenya/sandbox/modules/docustyle/xslt/page.xsl?rev=636765&r1=636764&r2=636765&view=diff
==============================================================================
--- lenya/sandbox/modules/docustyle/xslt/page.xsl (original)
+++ lenya/sandbox/modules/docustyle/xslt/page.xsl Thu Mar 13 06:53:57 2008
@@ -24,11 +24,10 @@
   xmlns:xhtml="http://www.w3.org/1999/xhtml"
   xmlns:page="http://apache.org/cocoon/lenya/cms-page/1.0"
   xmlns:lenya="http://apache.org/cocoon/lenya/page-envelope/1.0" 
-  xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:i18n="http://apache.org/cocoon/i18n/2.1"
   xmlns:meta="http://apache.org/lenya/meta/1.0/"
   xmlns:i="http://apache.org/cocoon/include/1.0"
-  exclude-result-prefixes="page xhtml dc lenya"
+  exclude-result-prefixes="page xhtml lenya"
   >
   
   <xsl:param name="pub"/>



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