Page 1 of 1

Reading XML files on run time

Posted: Tue Mar 06, 2012 5:51 am
by karry450
Hi Team

Can anyone help me if there is an option to read xml files at run time and get the output in text format

example I have five xml files with different metadat but I want the columns output which has common columns in all the xml files.

Regards
chandra

Posted: Tue Mar 06, 2012 7:22 am
by eostic
Are you already able to parse each one of them individually and read them as needed?

Ernie

Posted: Tue Mar 06, 2012 10:21 pm
by karry450
No

Posted: Wed Mar 07, 2012 6:40 am
by eostic
Spend time getting that working....going thru the forum here...looking at the documentation and my blog below....understand how to read and parse "any" xml document and then move on to something more complicated like reading multiples.