RE: [xsl] XML - html Conversion

Subject: RE: [xsl] XML - html Conversion
From: "Clapham, Paul" <pclapham@xxxxxxxxxxxxx>
Date: Thu, 19 Jul 2001 12:33:52 -0700
I haven't looked at Xalan lately but I would expect it to include a sample
servlet in the download.  Looks like you could get it here:
http://xml.apache.org/xalan-j/.  Also, Saxon does include a sample servlet
in its download, and you can get it here: http://saxon.sourceforge.net/.

PC2

-----Original Message-----
From: ram ragu [mailto:xmlram@xxxxxxxxx]
Sent: July 19, 2001 11:58
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] XML - html Conversion 


Hi,

I need to convert a DOM into HTML on the fly, first
step in my servlet is to create DOM and the second
step is to create a HTML using a XSL and DOM.

I heard I can use Xalan but when I checked the
examples I found that it takes a XML document stored
on the hard drive and XSL which is also on the hard
drive and does the transformation and result can be
attached to the servlet's response. In my case I can
have only the XSL on the hard drive and DOM will be
created on the fly..

Please let me know what should I do or if any one has
a sample servlet.

Thanks in advance

Ram 

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread