HelloWorld in 3 Schritten - 3
Definiert die Pipeline, die zu einem
Seitenaufruf gehört
http://localhost:8080/cocoon/hello/hello.html
Auflösung durch Sitemap
<map:match
pattern=“hello/hello.html">
<map:generate type=“file"
src="hello/hello.xml"/>
<map:transform
src=“hello/hello.xslt"/>
<map:serialize
type=“html"/>
</map:match>