Thanks for the reference to . I have built this code into my
standard extension DLL and it seems to be working as advertised.
However, there is a part of the problem that I have yet to find a good
solution. In the example below, I can generate a list of all the 'Path'
attributes, or all the 'Sta
Hello,
I need to make a tweak to the FTP task. When it compares dates from
my local system to remote system, the date of the remote system is off
by 1 hour, so code I've made changes to inside this hour do not get
ftp'd when overwrite is false. I'm hoping to:
a) configure the FTP task somehow
b
Ken,
Yes, I do this all the time with . I made a slight
modification that I use a lot, but your particular case doesn't need my
mod. Look at
http://weblogs.asp.net/soever/archive/2006/12/01/nant-xmllist-command-updated.aspx.
This is a blog entry, but it has a link to the code you want.
> M
Sometime back there were several postings regarding the problem of
navigating through a collection of XML nodes in an XML document.
I have a Nant task that needs to fetch a collection of XML nodes from a
file and iterate over the collection and take action against each node.
An example of the con