this is the xml:
withCode:<TEST description="just a test">output</TEST>
the result will be 'output' .. how can i get the string 'just a test' from description?Code:Dim _address As XmlNodeList = _doc.GetElementsByTagName("TEST") _address(0).InnerText
thanks in advanced




Reply With Quote