|
Try this and let me know if it reads the elements,
Set xmlobj = XMLUtil.CreateXMLFromFile("D:\InvoiceLoad\Regression Testing\LeaseInvGap8OPDE_COA.xml")
rootelements = xmlobj.GetRootElement
print rootelements
This should basically print out the whole XML document.
Lets check step by step to see if we are proceeding in the right direction.
|