View Single Post

  #10 (permalink)  
Old 07-06-2009, 07:17 AM
basanth27 basanth27 is offline
Junior Member
 
Join Date: Jul 2009
Posts: 12
basanth27 is on a distinguished road
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.
Reply With Quote