Tricky XPath query C#
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Below is the sample xml analgous to mine, "=============
...
===========" Now, I am trying write a function which says an employee with name xxx belongs to Dept xxx or not? taking two parameters,DEPT_NODE
andEMPNAME
as parameters. I can not change the signature as its from top. how to write an Xpath query for that? Thanks for anticipation. Regards. MaulikCE -
Below is the sample xml analgous to mine, "=============
...
===========" Now, I am trying write a function which says an employee with name xxx belongs to Dept xxx or not? taking two parameters,DEPT_NODE
andEMPNAME
as parameters. I can not change the signature as its from top. how to write an Xpath query for that? Thanks for anticipation. Regards. MaulikCE