RE: [nant-dev] Re: XmlPeekTask extention

2006-01-16 Thread Martin Aliger
EMAIL PROTECTED] On Behalf Of John LudlowSent: Friday, January 13, 2006 6:55 PMTo: nant-developers@lists.sourceforge.netSubject: [nant-dev] Re: XmlPeekTask extention Oops.  I meant like this:Sorry about that. On 13/01/06, John Ludlow <[EMAIL PROTECTED]> wrote: And

[nant-dev] Re: XmlPeekTask extention

2006-01-13 Thread John Ludlow
Oops.  I meant like this:Sorry about that.On 13/01/06, John Ludlow <[EMAIL PROTECTED]> wrote: And here it is: 
   
 
   

   
      [Function("value-exists")]
    public static bool DoesXml

[nant-dev] Re: XmlPeekTask extention

And here it is: 
   
 
   

   
      [Function("value-exists")]
    public static bool DoesXmlValueExist(string _xmlFile, string _xPath)
    {
  XmlDocument xd = new XmlDo

[nant-dev] Re: XmlPeekTask extention

I also have some functions in a