Hi I have one application which have xml like this:
<?xml version="1.0" encoding="utf-8" ?> P_V4P_n .... ....
How can I access the elements under the tag "Group"??
suggest me some good tutorial regarding the namesapaces and xpath queries?
Try this:
http://lab.msdn.microsoft.com/express/beginner/
This page has some very good beginner tutorials for C# Ezpress; the important thing is, one of them deals pretty thoroughly with XML and explains in simple terms how to access elements in XML files.