> HI,
>
[quoted text clipped - 7 lines]
>
> Please help me understand this attribute.
You need to use the XmlNamespaceManager
XmlNamespaceManager nm = new XmlNamespaceManager(xmlDoc.NameTable);
nm.AddNamespace("a",
"urn:schemas-microsoft-com:PAG:MyList-application-block:v2:list");
XmlNodeList nl = xmlDoc.SelectNodes("//a:list", nm);

Signature
Anthony Jones - MVP ASP/ASP.NET
John - 05 Mar 2008 16:06 GMT
Thank you very much.
> > HI,
> >
[quoted text clipped - 17 lines]
>
> XmlNodeList nl = xmlDoc.SelectNodes("//a:list", nm);