lenya/src/webapp/lenya/pubs/default xopus.xmap,1.3,1.4
"Gregor J. Rothfuss" <[email protected]> Mon, 12 May 2003 14:46:59 +0200
| Newsgroups | gmane.comp.cms.wyona.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /repository/lenya/src/webapp/lenya/pubs/default
In directory erbium:/tmp/cvs-serv18362/src/webapp/lenya/pubs/default
Modified Files:
xopus.xmap
Log Message:
started uriparametrizer support for xopus
Index: xopus.xmap
===================================================================
RCS file: /repository/lenya/src/webapp/lenya/pubs/default/xopus.xmap,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** xopus.xmap 10 May 2003 15:43:25 -0000 1.3
--- xopus.xmap 12 May 2003 12:46:56 -0000 1.4
***************
*** 19,27 ****
<map:pipeline>
<map:match pattern="**.html">
! <map:generate src="content/authoring/{1}.xml"/>
! <map:transform src="xslt/authoring/xopus2-simple.xsl">
<map:parameter name="articleid" value="{1}"/>
</map:transform>
! <map:serialize type="html"/>
</map:match>
--- 19,32 ----
<map:pipeline>
<map:match pattern="**.html">
! <map:act type="page-envelope">
! <map:act type="uriparametrizer" src="{../1}.html">
! <map:parameter name="doctype" value="cocoon://uri-parameter/{publication-id}/doctype"/>
! <map:parameter name="document-id" value="cocoon://uri-parameter/{publication-id}/document-id"/>
! <map:generate src="content/authoring/{../1}.xml"/>
! <map:transform src="xslt/authoring/xopus2-{doctype}.xsl">
<map:parameter name="articleid" value="{1}"/>
</map:transform>
! </map:act>
! </map:act>
</map:match>