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 2005/01/06 15:17:55 UTC

svn commit: r124380 - /lenya/trunk/src/webapp/lenya/xslt/scheduler/jobs2xslt.xsl

Author: andreas
Date: Thu Jan  6 06:17:55 2005
New Revision: 124380

URL: http://svn.apache.org/viewcvs?view=rev&rev=124380
Log:
add stylesheet version attribute
Modified:
   lenya/trunk/src/webapp/lenya/xslt/scheduler/jobs2xslt.xsl

Modified: lenya/trunk/src/webapp/lenya/xslt/scheduler/jobs2xslt.xsl
Url: http://svn.apache.org/viewcvs/lenya/trunk/src/webapp/lenya/xslt/scheduler/jobs2xslt.xsl?view=diff&rev=124380&p1=lenya/trunk/src/webapp/lenya/xslt/scheduler/jobs2xslt.xsl&r1=124379&p2=lenya/trunk/src/webapp/lenya/xslt/scheduler/jobs2xslt.xsl&r2=124380
==============================================================================
--- lenya/trunk/src/webapp/lenya/xslt/scheduler/jobs2xslt.xsl	(original)
+++ lenya/trunk/src/webapp/lenya/xslt/scheduler/jobs2xslt.xsl	Thu Jan  6 06:17:55 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 version="1.0" exclude-result-prefixes="sch xso">
   	
     <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