javascript - Read "XML" content from webview -


in app have webview give xml content after long process of submission. have read xml content of web page. tried using javascript this.

web.loadurl("javascript:window.htmlout.processhtml('<head>'+document.getelementsbytagname('html')[0]+'</head>');"); 

but device(browsers) not calling javascript function. please me fix this.

use xml parsing parse d view xml content if not familiar refer tutorial http://www.androidhive.info/2011/11/android-xml-parsing-tutorial/


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -