I am looking at parsing some xml content for my application (based on groovy) and I am stuck at this point where I have to choose between JSoup and groovy's native XMLSlurper.
RSS Feeds parsed are of medium size not exceeding more than 25 items. So the size of the content being parsed is neither too much nor too less.
Although the content is of medium size, parsing of content happens several times. So in terms of overhead and speed, which of the two is a better choice?