Hi, Mathieu
You can fine applet samples from Xalan sample distributions. There are 2
applets samples. One is using Xalan interpretive code
http://xml.apache.org/xalan-j/samples.html#appletxmltohtml . Another one
is CompiledApplet which uses XSLTC.
Christine Li
XSLT Development
IBM Toronto Lab
Tel: (905)413-2601
Email: [EMAIL PROTECTED]
"Mathieu Mollin"
<[EMAIL PROTECTED] To: <[EMAIL PROTECTED]>
up.com> cc:
Subject: XSL transformation in
an applet
08/11/2003 09:50
AM
Please respond to
mmollin
I had to do an applet using jdk1.1.8. This applet must take an XmlDocument
and transforms it to html with an xsl stylesheet.
This applet is to enable a 'standalone' mode for my application. Curently,
i've done a servlet that do succefully the job .
But i didn't find a way to transform an XmlDocument with XSL .
Anybody has an idea ?
thanks a lot
mathieu