RE: [Nant-users] Style Task for including filesets

2002-10-30 Thread Scott Hernandez
You could use a for-each with an embedded style.

[Nant-users] Style Task for including filesets

2002-10-30 Thread SSriram
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