I have a XML data below. I cannot parse that because it has some XML declarations. Am I doing something wrong? Or do I have to delete declarations manually?
<?xml version="1.0" encoding="utf-8"?>
<OBJECT xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://example.com/">
<NAME>name</NAME>
<CODE>nm</CODE>
<ID>10001</ID>
</OBJECT>