I have an xml file..for this xml file i need to compare the data with the tags in xml file with the tags in website using java ?
<IRInfo>
<protocolNumber>N/A</protocolNumber>
<studyTypes>Prospective and Randomized controlled trial</studyTypes>
<enrollmentCount>No.of subjects to be recruited at local site: 68</enrollmentCount>
<diseaseGroup>Endocrine system</diseaseGroup>
<rawStartDate>Feb2004</rawStartDate>
</IRInfo>
Now for this I need to compare the raw start date data present in xml with website...