Read in XML file and get first node in the XML tree. Only returns a node that has an associated value.
[Visual Basic] Public Function GetFirst( _ ByVal fileName As String, _ ByRef parents As String, _ ByRef name As String, _ ByRef xValue As String _ ) As Integer