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
Post a Comment