WOVNio/wovnjava

HTML is broken.

Closed this issue · 4 comments

original HTML:

<span id="language">
   | Language: 
  <a title="Switch language to English" href="?lang=en">
    <img alt="Switch language to English" src="/resources/images/en.png" class="flag">
  </a>
  <a title="Switch language to Deubuilderh" href="?lang=de">
    <img alt="Switch language to Deubuilderh" src="/resources/images/de.png" class="flag">
  </a>
  <a title="Switch language to Espanol" href="?lang=es">
    <img alt="Switch language to Espanol" src="/resources/images/es.png" class="flag">
  </a>
</span>

translated HTML:

<span id="language">
  |言語
</span>

Fixed.

This is not fixed yet.

We need to look for another HTML parser or need to fix xsoup.