Hi all.
I am a newbie.
Can someone direct me to a good tutorial for transforming XML with XSL
through servlets?
Many Thanks.
> Can someone direct me to a good tutorial for transforming XML with XSL
> through servlets?
You transform XML with XSL in servlets the same way you do
it in other types of Java code.
Meaning you just need an XSLT guide for Java not specific
for servlet.
You may even be able to deduce it from the Java API.
I can also dig up an example if you want.
Arne