I need to parse quite a few HTML pages to get values out of it and to dump them to the database. I have been coding in JAVA & have made use of JSOUP parser. I have a problem wherein there are multiple attribute-value(herein referring to the textual content of the HTML, & not with reference to the element attributes)pairs with repeated attributes. How do i distinguish between them?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|