Reading XML
Views (108)
XML files can be read in an easy way or a hard way. The hard way is to read the
file line by line and determine the correct tag each time.
The easy way is to let the microsoft.xmldom COM object do the work. The
following example reads an XML file containing customer account number and
transaction details.
Best Regards,
Hossein Karimi
file line by line and determine the correct tag each time.
The easy way is to let the microsoft.xmldom COM object do the work. The
following example reads an XML file containing customer account number and
transaction details.
1 | static void XMLReadCustTrans(Args _args) |
Best Regards,
Hossein Karimi
*This post is locked for comments