codemonstur
codemonstur
The mechanism you use to include a particular version of Jedis shouldn't matter. Either you include one that works, or you don't. I can't get rid of Jedis, it is...
The XML you are attempting to parse is invalid, so it can't be parsed. I don't know where you get the data from, but you should find the offending software...
HTML parsers are a whole other thing. They generally accept all kinds of broken stuff. I haven't tested this myself, but you could try using JSoup to parse this. It...
I released a new version (3.3.0). It should now properly die with an InvalidXml exception on the input you gave. This is the same behavior other XML parser have. @grndvl1...