Answer the question
In order to leave comments, you need to log in
JSOP how to parse element with space and Cyrillic in id?
I iterate over the table:
for (Element element3 : element.select("th[id=Д-8 ]"))
Answer the question
In order to leave comments, you need to log in
UDP has done this so far:
for (Element element3 : element.select("th"))
{
text = element3.attr("id");
if(text.indexOf("Д-8") != -1){}
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question