blob: 3691efe1ad943d0b3d3ec38dbb6470eee7579de3 [file] [log] [blame]
<?xml version="1.0"?>
<map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
<map:pipelines>
<map:pipeline>
<!-- this is a login coplet -->
<map:match pattern="coplet">
<map:generate src="login.xml"/>
<map:transform src="../../{global:skin}styles/login-html.xsl"/>
<map:serialize type="xml"/>
</map:match>
</map:pipeline>
</map:pipelines>
</map:sitemap>