So, I can`t execute importXML() for two different xml files. Isn’t it?
For example:
customer1.xml customer2.xml
------------- -------------
<customer_list> <customer_list>
Miguel Paco
<customer_list> <customer_list>
For these files I can’t launch importXML() function twice. Is it Right?
myCursor = myDB.importXML (“customer1.xml”, “customer_list”, true);
myCursor = myDB.importXML (“customer2.xml”, “customer_list”, true);
I should do this by using the DOM API. Is it Right?
Thanks.
#API-Management#Tamino#webMethods