You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2004/11/14 03:44:23 UTC

svn commit: rev 65575 - lenya/trunk/src/webapp/lenya/xslt/authoring

Author: gregor
Date: Sat Nov 13 18:44:23 2004
New Revision: 65575

Modified:
   lenya/trunk/src/webapp/lenya/xslt/authoring/addMetaData.xsl
Log:
#30039 make addMetaData.xsl consistent

Modified: lenya/trunk/src/webapp/lenya/xslt/authoring/addMetaData.xsl
==============================================================================
--- lenya/trunk/src/webapp/lenya/xslt/authoring/addMetaData.xsl	(original)
+++ lenya/trunk/src/webapp/lenya/xslt/authoring/addMetaData.xsl	Sat Nov 13 18:44:23 2004
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 
-<!-- $Id: addMetaData.xsl,v 1.3 2004/03/13 12:53:30 gregor Exp $ -->
+<!-- $Id$ -->
 
 <xsl:stylesheet version="1.0"
   xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
@@ -70,10 +70,10 @@
     </dc:publisher>
   </xsl:template>  
 
-  <xsl:template match="dcterms:created[$date!='']">
-    <dcterms:created>
+  <xsl:template match="dc:date[$date!='']">
+    <dc:date>
       <xsl:value-of select="$date"/>
-    </dcterms:created>
+    </dc:date>
   </xsl:template>  
 
   <xsl:template match="dc:rights[$rights!='']">

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