J
John
HI,
I have a xml document containing a xmlns attribute.
xmlns="urn:schemas-microsoft-comAG:MyList-application-block:v2:list">
I am using C# and statement xmlDoc.SelectNodes("//list") returns me nothing.
However, if I remove that attribute, this C# statement works.
Please help me understand this attribute.
Thanks.
I have a xml document containing a xmlns attribute.
xmlns="urn:schemas-microsoft-comAG:MyList-application-block:v2:list">
I am using C# and statement xmlDoc.SelectNodes("//list") returns me nothing.
However, if I remove that attribute, this C# statement works.
Please help me understand this attribute.
Thanks.