Missing namespace brackets.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • George Johnston

    Missing namespace brackets.

    Put your namespace inside of curly brackets.

    string ns = "{" + xd.Root.Name.Na mespaceName + "}";

    IEnumerable<XEl ementd = xd.Descendants( ns + "People").Desce ndants();
Working...