java - Jsoup XML parse from File -


i need transform xml file parse xml in jsoup. have xml file way now, parse html , not xml. know way? in html, jsoup works well, have no idea how include file , use xml parse file.

anyone know how do, because site jsoup not think related xml or xml file conversion. thank you.

you should use proper xml parser such jdom instead of jsoup, is, say, html parser.


Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -