This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Hi, I have a problem creating WML with JSP and XSL. I am not able to change the content type from 'text/html' to 'text/vnd.wap.wml'. If I change the contentType line below to 'text/vnd.wap.wml' then the output is the desired WML, but the JSP file seems to ignore my XSL file. If I run the JSP file like it is written below, the XSL file is read correctly and my errorlogin tags are replaced with the WML tags. I assume that you can change the content type from within the XSL file, but how you do that is a mystery to me. I tried to insert JSP code in to the XSL file, but all that that resulted in was a XSL parser error... As you can propably see I'm fairly new to XML/XSL ;-) I'm using Resin 1.2.1 for JSP/XML/XSL and M3Gate WAP emulator. I have tried the application also with IE and Netscape.