> It shouldn't add too much overhead. The majority of tasks > have no need > to use xpath as they are de-serialized by the default mechanism.
In fact a quick grep through the code shows maybe two places where we need xpath, the rest of the places where SelectNodes and SelectSingleNode is called should be replaced with the likely faster and clearer Attributes[] and/or ChildElments[] properties. Having to add that prefix and then forgetting will sure make for a confusing bug... _______________________________________________ Nant-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-developers
