| <?xml version="1.0"?> |
| |
| <!-- CVS $Id: sitemap.xmap,v 1.1 2004/01/08 16:07:14 danielf Exp $ --> |
| |
| <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0"> |
| |
| <map:flow language="javascript"> |
| <map:script src="xmodule.js"/> |
| </map:flow> |
| |
| <map:pipelines> |
| <map:pipeline> |
| |
| <map:match pattern="insert"> |
| <map:call function="insert"> |
| <map:parameter name="documentURI" value="{request-param:file}"/> |
| <map:parameter name="outputAttributeURI" |
| value="{request-param:url}#{request-param:xPathOut}"/> |
| </map:call> |
| </map:match> |
| |
| <map:match pattern="delete"> |
| <map:call function="deletePath"> |
| <map:parameter name="uri" |
| value="{request-param:url}#{request-param:xPath}"/> |
| </map:call> |
| </map:match> |
| |
| <map:match pattern="test-view"> |
| <map:generate src="{request-param:url}#{request-param:xPathIn}"/> |
| <map:transform src="context://stylesheets/system/xml2html.xslt"/> |
| <map:serialize/> |
| </map:match> |
| |
| </map:pipeline> |
| </map:pipelines> |
| </map:sitemap> |