Antonio Gallardo wrote:

Vadim Gritsenko dijo:

Antonio Gallardo wrote:

Sylvain Wallez dijo:

The problem is that it don't work.

Have you forgot to touch source file(s)? Changing serializer config only won't change cached content. I tried:

    <map:serializer logger="sitemap.serializer.chtml"
mime-type="text/html" name="chtml"
src="org.apache.cocoon.serialization.HTMLSerializer">
     <doctype-public>something</doctype-public>
    </map:serializer>

Touch hello.xml, reload
  http://localhost:8888/samples/hello-world/hello.chtml

And result was:
  <!DOCTYPE HTML PUBLIC "something">


I already did what you wrote above, the problem I need to get:

<!DOCTYPE window>

(this mean no "HTML" nor "PUBLIC" labels).

You want too much :-) But it still should work even with PUBLIC declaration, right?

Vadim



Reply via email to