11 messages in org.apache.cocoon.usersUsing 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:Using XSP without XSLTActions...
From:Ugo Cei (u.c@cbim.it)
Date:Jul 7, 2000 12:55:44 am
List:org.apache.cocoon.users

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.

Would it be possible to just save the result of the XSP producer?

Ugo