I am using Jodd Lagarto to parse some HTMLs. For some cases I also use Jerry, when I need to quickly process HTML. But now, I have some XMLs that I need to process. From the TagVisitor
it looks like Lagarto may process XMLs as well (that would be awesome for me), but... I am not quite sure on how to do this.
Did anyone used Jodd Lagarto to process XMLs and how?