Introduction - If you have any usage issues, please Google them yourself
Simplify XML processing class, to get the values of the elements in the XML, and simple to use. Usage: XML string passed to the class instance you can, as shown below (Result as an XML string, can be read from the file out). Dim XML As New SimpleXML Dim strName as string XML.Content = Result strName = XML.GetTag (" Name" )