Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Genaralised code for checking the comparision of two xml files having child nodes.
#1
Not Solved
Please some one help me....

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
Reply


Messages In This Thread
Genaralised code for checking the comparision of two xml files having child nodes. - by Ganta - 11-05-2009, 06:16 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Please explain how can i expand the nodes in UFT rajeevk7 0 3,121 07-04-2017, 03:47 PM
Last Post: rajeevk7
  SwfTreeview - Color validation for child item YogeshCallappa 0 2,073 11-10-2016, 04:55 PM
Last Post: YogeshCallappa
  Driver Script to control child scripts sumanhyd 1 2,975 07-26-2016, 07:06 PM
Last Post: Ankesh
  UFT 12.50 unable to recognize child objects from a Dialog Class in Firefox jesusisaac 1 3,587 08-20-2015, 11:39 PM
Last Post: ADITI1992
  Child object shwetakondekar 0 2,048 07-01-2015, 03:28 PM
Last Post: shwetakondekar

Forum Jump:


Users browsing this thread: 1 Guest(s)