Re: [DOTNET] XPath Query Help

2002-06-03 Thread Farhan Shah
Thanks!!! this is all i needed You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.

Re: [DOTNET] XPath Query Help

2002-06-03 Thread Darwin Leung
Message- From: Farhan Shah [mailto:[EMAIL PROTECTED]] Sent: Monday, June 03, 2002 5:11 PM To: [EMAIL PROTECTED] Subject: [DOTNET] XPath Query Help I can sucessfully returning the correct string using XPath, but not sure how to select inner node in XML. Following is how my XML looks like: Fa

Re: [DOTNET] XPath Query Help

2002-06-03 Thread Majercak Ivan
2 5:11 PM To: [EMAIL PROTECTED] Subject: [DOTNET] XPath Query Help I can sucessfully returning the correct string using XPath, but not sure how to select inner node in XML. Following is how my XML looks like: Farhan Shah 237 5132263305 309 fshah 12345 1234 and following

[DOTNET] XPath Query Help

2002-06-03 Thread Farhan Shah
I can sucessfully returning the correct string using XPath, but not sure how to select inner node in XML. Following is how my XML looks like: Farhan Shah 237 5132263305 309 fshah 12345 1234 and following is how my code looks like: Dim xdoc As New XPathDocument(S