You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by "Derek Molloy (DCU)" <mo...@eeng.dcu.ie> on 2000/09/20 19:36:18 UTC

Servlet -> HTML via XML

Hi all,

Are there any resources on:

I want to create a servlet that outputs XML and converts
it directly to HTML using XSLT?

Am I on the wrong list? can Cocoon be used for this? or
do I have to implement Xalan within my Servlet?

Do I have to use XSP's for this? If so is there a full 
example anywhere of XSP to Servlet anywhere? (I keep 
getting:

java.lang.Exception: XSP Java Compiler: Compilation failed for _index.java
95: ')' expected.
	      e.getMessage()

Any help would be appreciated, as I'm lost and confused!!!...

Kind Regards,

Derek.

P.S. I can route servlet XML output through Cocoon no problem...
I can convert .xml files to .html files no problem....