Hi all
I have a xslt that is transforming a flat dataset and into a XML format that is structured.
I have extra data which is not in the dataset and i was going to use a config file to pull the data from and into the final XML.
1. Is this possible and if it is how do i write the config file.
2. What is the line of code that i need to add to the xslt or the final xml to enable this