Check the parsing and dynamic-typing. With or without the option
Check types and if it is correct in case of array.
<xml>
<boolean>true</boolean>
<number>1234</number>
<string>ABC</string>
<array>
<number>12</number>
<number>23</number>
<number>25</number>
<boolean>true</boolean>
<boolean>false</boolean>
<string>ABC</string>
<string>DEF</string>
<string>GHI</string>
</array>
</xml>