lenya/src/webapp/lenya/pubs/default xopus.xmap,1.7,1.8
Christian Egli <[email protected]> Wed, 21 May 2003 12:08:30 +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-serv30011/src/webapp/lenya/pubs/default
Modified Files:
xopus.xmap
Log Message:
Sitemap cleanup: removed unused code.
Index: xopus.xmap
===================================================================
RCS file: /repository/lenya/src/webapp/lenya/pubs/default/xopus.xmap,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** xopus.xmap 19 May 2003 13:59:40 -0000 1.7
--- xopus.xmap 21 May 2003 10:08:28 -0000 1.8
***************
*** 18,38 ****
<map:pipeline>
- <!-- <map:match pattern="**.html">
- <map:act type="page-envelope">
- <map:act type="uriparametrizer" src="authoring/{../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:aggregate element="lenya" label="aggregation">
- <map:part src="cocoon:/lenyamenubar/authoring/article.xml"/>
- <map:part src="content/authoring/{../../1}.xml" element="cmsbody"/>
- </map:aggregate>
- <map:transform src="xslt/authoring/xopus2-{doctype}.xsl">
- <map:parameter name="articleid" value="{../../1}"/>
- </map:transform>
- <map:serialize type="xml" />
- </map:act>
- </map:act>
- </map:match>
- -->
<map:match pattern="simple2xhtml.xsl">
<map:generate src="xslt/simple2xhtml.xsl"/>
--- 18,21 ----