xslt « Web Service « Java Enterprise Q&A





1. XML for Web Service: inline attachment    stackoverflow.com

I have to invoke a web service with a single parameter, a String in XML format. I'm building this via an XSLT transformation. So far so good. The problem is with this ...

2. XSLT and Internet Explorer problem    coderanch.com

I am using XSLT in my application. I tested the application with two different machines using Internet Explorer version 5.5 In one computer the application works properly. While in the other I got the following error: ____________________________________________________________________________ The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, ...

3. Using JAX-RPC - response message is large - can it be filtered with an XSLT...    coderanch.com

Using JAX-RPC - response message is large (lists etc not needed) - can it be filtered with an XSLT before being consumed by the JAX-RPC objects? i.e. can an XSLT filter be applied to the SOAP message in a JAX-RPC Handler and if so/or not is there a better way to address this issue? Any help is greatly appreciated. Thank you. ...