man3388 0 Newbie Poster

Hi,
I need to compare following xml file USING C#:

<Issue>
      <IpIssueId>790</IpIssueId>
      <IpIssueGuid>11</IpIssueGuid>
      <IssueName>Summary</IssueName>
      <RuleQuery>Rule1</RuleQuery>
      <Classification>R</Classification>
      <IssueError>Summary</IssueError>
      <Severity>100</Severity>
      <IssueFormat>Total domains:  [[DomainCount]]
  </Issue>

with excel file like:
IssueName Type
Summary Risk(R)
bb Health(H)

I need to verify whether "type" column of excel matches with "classification" tag of xml file.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.