vb.net - webbrowser get xml document -


hey, have been trying switch code using ie object using built in webbrowser. of properties same have run issue getting xmldocument page.

'internet explorer object dim oxml object = oie.document.xmldocument nodelist = oxml.selectnodes(path).length 

trying method on webbrowser doesn't work. know path xmldocument object webbrowser?

figured out.

webbrowser1.document.domdocument.xmldocument


Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

php - Change action and image src url's with jQuery -