I have an XML document like this:
400
In VB in case I need to find it again:
doc.Descendants().Where(Function(e) String.IsNullOrEmpty(e.Value)).Remove()