Yeah, I made those changes while I was testing on my local copy. I can check them in later if you want.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Gerry Shaw Sent: Wednesday, April 17, 2002 5:19 PM Cc: [EMAIL PROTECTED] Subject: RE: [nant-dev] nant.xsd sample > 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 _______________________________________________ Nant-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-developers
