lenya/src/webapp/lenya/pubs/default doctypes.xmap,1.9,1.10 publication-sitemap.xmap,1.36,1.37

Edith Chevrier <[email protected]> Wed, 21 May 2003 18:24:36 +0200
Newsgroups gmane.comp.cms.wyona.cvs
Message-ID <[email protected]>
Update of /usr/local/repositories/lenya/src/webapp/lenya/pubs/default
In directory erbium:/tmp/cvs-serv2287/src/webapp/lenya/pubs/default

Modified Files:
	doctypes.xmap publication-sitemap.xmap 
Log Message:
Revision Controller for the default publication works

Index: doctypes.xmap
===================================================================
RCS file: /usr/local/repositories/lenya/src/webapp/lenya/pubs/default/doctypes.xmap,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** doctypes.xmap	21 May 2003 10:05:30 -0000	1.9
--- doctypes.xmap	21 May 2003 16:24:34 -0000	1.10
***************
*** 19,22 ****
--- 19,31 ----
  
      <map:pipeline>
+       <map:match pattern="*/*/**.html.xml">
+         <map:match type="step" pattern="view-revision">
+           <map:generate type="serverpages" src="../../content/rc/view.xsp">
+           </map:generate>
+           <map:transform src="xslt/toDoc.xsl"/>
+           <map:transform src="xslt/{../2}2xhtml.xsl"/>
+           <map:serialize type="xml"/>
+         </map:match>
+       </map:match>
  
        <!-- parametrized doctype matcher -->

Index: publication-sitemap.xmap
===================================================================
RCS file: /usr/local/repositories/lenya/src/webapp/lenya/pubs/default/publication-sitemap.xmap,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** publication-sitemap.xmap	21 May 2003 10:06:38 -0000	1.36
--- publication-sitemap.xmap	21 May 2003 16:24:34 -0000	1.37
***************
*** 35,50 ****
      </map:pipeline>
      
-     <!-- Rollback -->
-     <map:pipeline>
-       <map:match type="usecase" pattern="rollback">
- 	<map:match type="step" pattern="view">
- 	  <map:generate type="serverpages" src="../../content/rc/view.xsp">
- 	  </map:generate>
- 	  <map:serialize type="xml"/>
- 	</map:match>
-       </map:match>
-     </map:pipeline>
-     <!-- /Rollback -->
- 
      <!-- Edit Article with Xopus2 -->
      <map:pipeline>
--- 35,38 ----
***************
*** 56,60 ****
  	    <map:parameter name="date" value="{date}"/>
  	  </map:generate>
! 	  <map:serialize type="xml"/>
  	</map:act>
  	
--- 44,49 ----
  	    <map:parameter name="date" value="{date}"/>
  	  </map:generate>
!           <map:transform src="xslt/rc/rco-exception.xsl"/>
! 	  <map:serialize type="html"/>
  	</map:act>