Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Query multiple XMLs

Status
Not open for further replies.

karthicktv

Programmer
Jul 3, 2009
1
0
0
IE
Hi,

I have two XML files that I want to query and find the match (e.g. Company, Employee and they have common "Region"). I use C#. Is there a way to do with XPathExpression?. I can't find any syntax for it.

Thanks.

K
 
I don't know..., load document A to an instance of XPathDocument, document B to another XPathDocuemnt..., read corresponding data from each of them and then compare. Is that no okay?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top