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

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

java - SmsManager sending message more than one -