I'm in the process of removing most of the XPath expressions from the source. Most of the instances where it was used are not necessary.
 
The following files have been updated.(These updates are pretty minor, but could have a large impact.)
 
Project.cs
Target.cs
FileSet.cs
Tasks
  TStampTask.cs
  StyleTask.cs
  IncludeTask.cs
  ExternalProgramBase.cs
  ScriptTask.cs
  NUnit
    NUnitTask.cs
 
If you have any problems, please send me email and I will look into it immediately. I still have a few to go...
 
BTW. I found that using the foreach(XMLNode node in parentNode) returned node(s) that were #comments or #text. In XPath, these nodes aren't returned, so be aware of the difference :)

Reply via email to