If the html is not well formed (no valid xml) and you don't need to
transform it, you can also do
<map:match pattern="somepattern"> <!-- e.g. "*.html" -->
  <map:read src="somePath"/> <!-- e.g. 'static/html/{1}.html' -->
</map:match>

On 14 November 2011 20:57, Robby Pelssers <[email protected]> wrote:

> <map:match pattern="somepattern">  <!-- e.g. '*.html'
>   <map:generate src="somePath"/> <!-- e.g. 'static/html/{1}.html'
>   <map:serialize type="html"/>  <-- or xhtml-->
> </map:match>
>
> Kind regards,
> Robby
>
> -----Original Message-----
> From: Blanco, Jose [mailto:[email protected]]
> Sent: Monday, November 14, 2011 8:55 PM
> To: [email protected]
> Subject: outputing html
>
> I think this is a very simple question.  I have an html page I would like
> cocoon to output.  So I'm thinking all I have to do is point to the
> location of the html page and have it serialize an html page out, but I'm
> not sure of the syntax to do this.  There is no xslt involved.   Any
> suggestions?
>
> Thank you!
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to