I\'m trying to find a way to get the total number of child nodes from an XmlNode recursively.
That it is to say I want to count all the children, grand children etc.
using System.Xml.Linq; node.DescendantNodes().Count();