System.Xml According to Microsoft’s link https://msdn.microsoft.com/en-us/library/system.xml(v=vs.110).aspx, this namespace provides standards base for processing XML. An important fact to know in Dynamo is that the version that it uses is IronPython (2.7x). While this may provide some disadvantages because a newer version of python would allow you to load numpy or other great python pacalges, there areRead more