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 2005/02/17 17:41:31 UTC

svn commit: r154166 - in lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt: notification/message2xslt.xsl scheduler/jobs2xslt.xsl

Author: gregor
Date: Thu Feb 17 08:41:29 2005
New Revision: 154166

URL: http://svn.apache.org/viewcvs?view=rev&rev=154166
Log:
Added version attribute to generated stylesheets

Modified:
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/notification/message2xslt.xsl
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/scheduler/jobs2xslt.xsl

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/notification/message2xslt.xsl
URL: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/notification/message2xslt.xsl?view=diff&r1=154165&r2=154166
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/notification/message2xslt.xsl (original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/notification/message2xslt.xsl Thu Feb 17 08:41:29 2005
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 
-<!-- $Id: message2xslt.xsl,v 1.7 2004/05/17 14:53:46 andreas Exp $ -->
+<!-- $Id$ -->
 
 <!--
 	This stylesheet converts a notification message to a named stylesheet.
@@ -34,7 +34,7 @@
 <xsl:namespace-alias stylesheet-prefix="xslt" result-prefix="xsl"/>
     
 <xsl:template match="/">
-	<xslt:stylesheet exclude-result-prefixes="not">
+	<xslt:stylesheet exclude-result-prefixes="not" version="1.0">
 		<xsl:apply-templates/>
 	</xslt:stylesheet>
 </xsl:template>

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/scheduler/jobs2xslt.xsl
URL: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/scheduler/jobs2xslt.xsl?view=diff&r1=154165&r2=154166
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/scheduler/jobs2xslt.xsl (original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/xslt/scheduler/jobs2xslt.xsl Thu Feb 17 08:41:29 2005
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 
-<!-- $Id: jobs2xslt.xsl,v 1.5 2004/03/13 12:42:07 gregor Exp $ -->
+<!-- $Id$ -->
 
 <!--
     Creates a job list for a document with no modification functionality.
@@ -47,7 +47,7 @@
   <xsl:variable name="scheduler-url"
       select="concat($contextpath, '/', $publicationid, '/info-authoring', $documenturl)"/>
   
-  <xso:stylesheet exclude-result-prefixes="sch xso">
+  <xso:stylesheet exclude-result-prefixes="sch xso" version="1.0">
   	
     <xso:template match="sch:scheduler-form">
       



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