Duheric, Irfan wrote:
>
> Hi,
>
>  
>
> if I wont to run over  multiple nodes in some XML file, I do it on 
> this way:
>
>  
>
> <foreach item="String" in="1 2 3 4 5 6" delim=" " property="count">
>
>  
>
> How is right way to loop over unknown count of nodes?
>
There isn't any particularly good way of doing this directly in NAnt.  
If you're processing an XML file, you might be better off using a style 
sheet, which you can apply in NAnt via the style task.

Gary


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to