As you can see in the above o/p that soap header is not coming with in the <soap:Header></soap:Header> as <response></response> but my requirement is all nodes/elements should be as is it except <![CDATA[]] section, so the my output should be like this:
If this doesn't work, then you will have to give me more information, ie the enviroment you are running it in, the xsl version, the program you are using, the xslt processor you are using etc
Subject:How to delete CDATA using XSLtransitions Author:John Bampton Date:09 Mar 2009 03:59 AM
the browser by default outputs the data in a soap envelope, so that is why you are only get the data, come on a bit of searching on google you should find your answers
Subject:How to delete CDATA using XSLtransitions Author:John Bampton Date:09 Mar 2009 06:47 AM
If you are running the XSL through a server side process then the output will be supported by IE 7,8 etc. If you are just running the xml and xsl through the browser then XSL 2.0 is not supported by IE as of yet.
In this i need to get the wsu:Id attribute value, see the above code and let me know how to get the value, currently i left is as empty but i need to pop up with the value in wsu:Id attribute.
could please also clarify that xsl 2 version work with browsers>IE7.
here in o/p as you can see i didn't get attribute value for <wsu:Timestamp> marked in brown color in screen shot, now what code should i add in xsl to get the attribute value of <wsu:Timestamp> in o/p.