Hi,
I'm currently writing a windows form application in c#, looking at 2 separate directory TreeViews from a tab control (one containing xslt files and another with xml files). I can get the selected items filenames and display in message boxes.
What I have been looking for is a way to select a stylesheet from the directory TreeView and transform from selected xml file/s from another TreeView (one or more xml's selected/ dragged and dropped maybe) creating a transformed html file.I have seen examples using single hard coded filenames but having a little trouble finding a solution selecting them from a directory treeView.
If somebody can point me in the right direction, that would be much appreciated.
Thanks in Advance,
Peter.