07-22-2015, 09:38 PM
(This post was last modified: 07-22-2015, 09:40 PM by kbhargava505.)
Hi,
Replace the line
with
and replace the line
with
Replace the line
Code:
Set nodes = xmlDoc.SelectNodes Datatable.Value ("XML_Node")
with
Code:
Set nodes = xmlDoc.SelectNodes( Datatable.Value ("XML_Node",Global))
and replace the line
Code:
Id = nodes(i).NodeValue
with
Code:
Id = nodes(i).Text