>>Chances are you've got namespaces involved. Show us entry ancestors.
>
> The file is http://loluyede.blogspot.com/atom.xml

Signature
Oleg Tkachenko [XML MVP]
http://blog.tkachenko.com
In data Sun, 27 Jun 2004 18:19:37 +0200, Oleg Tkachenko [MVP] ha scritto:
> Yeah, I was right. Look at this:
>
> <feed version="0.3" xmlns="http://purl.org/atom/ns#">
Yeah I did know because I've added namespace capability for the parsing
object model, maybe that part doesn't recognize the namespace declaration
> That xmlns="http://purl.org/atom/ns#" is default namespace declaration.
> That means feed element and all its descendants elements are in
> "http://purl.org/atom/ns#" namespace.
Right
> Read about default namespace and XPath (there was good article at
> Extreme XML column a couple of years ago)
I know, I've read it sometimes ago
> and take a look at
> XPathNavigator.Select(XPathExpression) method documentation for a sample
> of selecting nodes with default namespace involved.
I try to "wire in" the namespace declaration, thanks!

Signature
Lawrence
" It's probably for the best. What use does Microsoft have for an employee
who knows the W3C standards?"
-- an anonymous about tantek departure from microsoft