<pre lang="xml"><?xml version="1.0"?> <!--This is a host terminal response--> <RESPONSE xmlns="x-schema:C:\fp\swdir\Content\emulation-schema.xmlK"> <LINE INDEX="1"><![CDATA[VJ5L6E/SF QSBSB DBAYSF AG 49837045 26NOV]]><CARRIAGE_RETURN/></LINE> <LINE INDEX="2"><![CDATA[ 1.1FOSTER/SCOTT ]]><CARRIAGE_RETURN/></LINE>
doc.LoadXml(strResp) For Each node As XmlNode In nodeList 'TextBox1.Text = TextBox1.Text & node.SelectSingleNode("RESPONSE").InnerText TextBox1.Text = TextBox1.Text & node.SelectSingleNode("RESPONSE xmlns").InnerText Next node
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)