Render generic XML as HTML

Cali Alec

New Member
I have written a web-service (in Java) which produces as a result a (rather complex) XML document. I'm required to return an HTML rendering of the document, if requested. Doesn't have to be fancy, displaying the XML source with some basic formatting such as correctly indenting elements would do.How do I do this?
 
Top