I was using Cobra until now because of how easy it was but unfortunately it had some problem with a few test cases. Does anyone suggest a tried-and-tested library?
I've tried Cobra's ...
I have a somewhat large file (~500KiB) with a lot of small elements (~3000). I want to pick one element out of this and parse it to a java class.
AttributesSimplified
I'd like to query a HTML document as XML (e.g. with XPath), so I need to pass the HTML through some form of HTML cleaner.
But I'd also like to make modifications ...
I am using at the moment the Xpath (javax.xml.xpath Java package) to parse an xml document.
I was curious to know if there was an alternative more light weight in terms of ...