You could use a for-each with an embedded style.

<foreach item="File" in="pathToXMLFiles" property="inputFile">
        <style style="file.xsl" in="${inputFile}/>
</foreach>

> -----Original Message-----
> 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
> required field in, even though I changed the property to false , it
still
> will not compile...any suggestions?am i missing something?
> 
> thanks for ur help,
> --Subha



-------------------------------------------------------
This sf.net email is sponsored by: Influence the future 
of Java(TM) technology. Join the Java Community 
Process(SM) (JCP(SM)) program now. 
http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to