In my app I have a webview which will give a XML content after a long process of submission. I have to read the XML content of the web page. I tried using JavaScript to do this.
web.loadUrl("javascript:window.HTMLOUT.processHTML('<head>'+document.getElementsByTagName('html')[0]+'</head>');");
But for some device(browsers) its not calling the JavaScript function. Please help me to fix this.