I know it is possible to generate a report from an xml file, but I am looking for a way to generate a report from any xml file.
All I know about the xml file is that it has a maximum of 10 columns. I don't know the name of the columns.
So in stead of accessing the data using the column name I would like to access the data using the column index.
Who knows how I can create such a report, based on a unknown xml file?
All I know about the xml file is that it has a maximum of 10 columns. I don't know the name of the columns.
So in stead of accessing the data using the column name I would like to access the data using the column index.
Who knows how I can create such a report, based on a unknown xml file?