RE: [Nant-users] Style Task for including filesets
You could use a for-each with an embedded style.
[Nant-users] Style Task for including filesets
I am working on a project where I have to convert all xml files in a directory to html. But currently Nant's style task allows only one xml file as input. Is the multiple file capability in the works? I actually started putting in that functionality, but realized that I had trouble with the requir