This is my not well formed XML and i dont have any chance to edit it. I just need to parse it. I tried jackson but its throwing me error.
<root>
<parent> Some text
<child>
</child>
</parent>
</root>
Any other solution?
This is my not well formed XML and i dont have any chance to edit it. I just need to parse it. I tried jackson but its throwing me error.
<root>
<parent> Some text
<child>
</child>
</parent>
</root>
Any other solution?