You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Frank Taffelt <fr...@interface-business.de> on 2000/10/06 11:48:06 UTC

output format question

Hi,

i have written my own processor.

processing works fine but the output looks like:
--------------------------------------------------------

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML
4.0//EN""http://www.w3.org/TR/REChtml40/strict.dtd>
<my processed output>
    ....
</myprocessed output>
<!-- This page was served in 390 milliseconds by Cocoon 1.8 -->
--------------------------------------------------------------------------
how can i supress the DOCTYPE HEADER. I want the output type=text/xml not
text/html.

i tried the following instruction in my document but it was ignored
<?cocoon-format type="text/xml"?>

is there another way to do this ?

regards,
Frank