11-05-2009, 06:16 PM
Please some one help me....
This is the type of file i am uploading and now i need to compare the same type of files in difference in values.(Here child nodes have n number of nodes in it).
Thanks
Ramakrishna
Code:
<Applicant>
<ApplicantType>Applicant</ApplicantType>
<PersonalInfo>
<Name>
<Prefix>DR</Prefix>
<FirstName>Autoc</FirstName>
<MiddleName />
<LastName>KyacommonAL</LastName>
<Suffix>I</Suffix>
</Name>
<DOB>1970-12-25</DOB>
<SSN>123456789</SSN>
<Gender>Male</Gender>
<MaritalStatus>Married</MaritalStatus>
<Industry>Art/Design/Media</Industry>
<Occupation>Actor</Occupation>
<YearsWithPreviousEmployer>2</YearsWithPreviousEmployer>
<Education>Masters</Education>
<Relation>Insured</Relation>
</PersonalInfo>
<Address>
<AddressCode>StreetAddress</AddressCode>
<Addr1>
<StreetName>Main St.</StreetName>
<StreetNumber>123</StreetNumber>
<UnitNumber />
</Addr1>
<Addr2 />
<City>Madison</City>
<StateCode>AL</StateCode>
<County>Madison</County>
<Zip5>35757</Zip5>
<Phone>
<PhoneType>Home</PhoneType>
<PhoneNumber>2145551212</PhoneNumber>
</Phone>
<Phone>
<PhoneType>Work</PhoneType>
<PhoneNumber>2145551212</PhoneNumber>
<Extension>56</Extension>
</Phone>
<Email>unknown@unknown.com</Email>
<Validation>Invalid</Validation>
</Address>
</Applicant>
This is the type of file i am uploading and now i need to compare the same type of files in difference in values.(Here child nodes have n number of nodes in it).
Thanks
Ramakrishna