I won't answer for the transformation question, i 'm sending you a document that might
help you.Anyone who wants it too can email me.
What problems me is this line:
File stylesheet = new
File("C:\\jakarta-tomcat-4.1.18\\webapps\\RAI_project\\XslRepository\\TGmediaprof.xsl");
Using an absolute path is not a good idea,it makes your code non portable.
Consider using this: ServletContext.getResourceAsStream(String resource).
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html