----- Original Message -----
From: Ugo Cei <u.c...@cbim.it>
To: <coco...@xml.apache.org>
Sent: Friday, July 07, 2000 10:56 AM
Subject: Using XSP without XSLT
: I have an XSP document that uses the SQL taglib. I would like to run
: Cocoon on it without transforming it via XSLT. I tried removing the
: <?cocoon-process type="xslt"?> instruction from the document, but Cocoon
: insists on producing an HTML file with a <!DOCTYPE HTML ...>
: prolog. I also had no luck putting an <xsl:output method="xml"/> in the
: stylesheet, but the output is always HTML, not XML.
Use <?cocoon-format type="text/xml"?>.
Jari