> -----Original Message-----
> From: Mauro Daniel Ardolino [mailto:[EMAIL PROTECTED]]
> I've created a pipeline to access my welcome.html file like this:
>
> <map:match pattern="*.html">
> <map:generate type="file" src="{1}.html"/>
> <map:serialize type="html"/>
> </map:match>
hello mauro,
why don't you use a reader instead if you don't do any transformation ?
<map:match pattern="*.html">
<map:read mime-type="text/html" src="{1}.html"/>
</map:match>
regards,
tom
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>