Click here to Skip to main content
15,888,454 members

Comments by Ehsan A Samani (Top 1 by date)

Ehsan A Samani 6-Nov-13 13:34pm View    
where is the actual part where you load the xml file from disk?
also why is that your XPath has looks like this "//root/root1"?

aren't you interested in only one root1 element?

so shouldn't be something more like "/root/root1[0]"?