Jsoup does not see the link tag when parsing RSS, more precisely, it returns empty values. How to fix? I tried to do through Document doc = Jsoup.parse(html, "", Parser.xmlParser()) , but it returns a string with the address.

  • getElementsByTagName("link") - Helisia
  • one
    And where does the line with the address return? I do not see that there were any lines (String). - Vladyslav Matviienko

0