Tag: JSON / JAVA / XML

Community

Traversing XML in .NET

(Schalk Neethling) If you ever need to traverse each xml element in an xml document , you may want to implement your own XmlEnumerable. I’ve had some issues with the .NET XML API recently. The built in .NET XmlElement implements the non generic IEnumerable which means you’ve got to foreach through a