Hello. I have a question . How can I convert the following xml text into java because i have to make and object with those parameters: lat lng and nr_phone and I have seen a lots of exemples but I didn't see anywere this kind of format for the xml file:
<?xml version="1.0" encoding="ISO-8859-1" ?>
- <DATABASE>
<MARKER lat="1.2" lng="2.4" nr_phone="1224& lt;br>" />
</DATABASE>
Please help me if you can.
<?xml version="1.0" encoding="ISO-8859-1" ?>
- <DATABASE>
<MARKER lat="1.2" lng="2.4" nr_phone="1224& lt;br>" />
</DATABASE>
Please help me if you can.
Comment