11 messages in org.apache.cocoon.usersRe: Using XSP without XSLT
FromSent OnAttachments
Ugo CeiJul 7, 2000 12:55 am 
Jari AarnialaJul 7, 2000 1:04 am 
Ugo CeiJul 7, 2000 1:25 am 
Stefano MazzocchiJul 7, 2000 4:32 am 
Ugo CeiJul 10, 2000 12:33 am 
Stefano MazzocchiJul 10, 2000 4:54 am 
Ugo CeiJul 10, 2000 11:52 pm 
Donald BallJul 11, 2000 11:14 am 
Mark WasheimJul 11, 2000 11:15 am 
Donald BallJul 11, 2000 12:34 pm 
Stefano MazzocchiJul 11, 2000 5:05 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: Using XSP without XSLTActions...
From:Jari Aarniala (jari@ioboxgroup.com)
Date:Jul 7, 2000 1:04:58 am
List:org.apache.cocoon.users

----- 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