First time needing a library to parse HTML with #Java. Grabbed JSoup. Nice. https://jsoup.org/cookbook/extracting-data/dom-navigation
@PLA good choice, it handles HTML quirks quite well, even when it's not valid xml
@msosna I'm liking it. Saved me a bunch of work. Thanks.
@PLA good choice, it handles HTML quirks quite well, even when it's not valid xml