Hi,
I am novice to xslt and was looking for some good solution to a problem. I have an xml file that is generated dynamically and randomly. User can select what columns of the xml should be outputed.
example:
<XML_Ds>
There can also be some other XML file with 5 coulmns and with different column names. Depending on the columns selected by the user, I want to pass the columns as parameters and process the xml file so that only coulmns user needs is displayed.
It would be really great if you guys can provide me some ideas about how a generic solution can be developed.
Thanks,
Priya