I have a requirement to read data from the XML file. Here is the data in XML file.
<?xml version="1.0"?>
<application id="AndroidCoverFlow" name="AndroidCoverFlow" platform="general">
<attributes datatype="ref" value="{"coverflowConfig":{"spaceBetweenRowItems":5,"projectionAngle":90,"isCircular":true,"rowItemWidth":5,"rowItemRotationAngle":180}}" name="viewConfig" platform="general" buckettype="basic"/>
</application>
in the specified example, I want to verify/Read the coverflowconfig values.i.e spaceBetweenRowItems, projectionAngle projectionAngle.
value. Is this what it really looks like?