RE: [Nant-users] Help with xmlpoke

2004-05-20 Thread James Hafer
Sent: Wednesday, May 19, 2004 8:29 AM To: James Hafer; [EMAIL PROTECTED] Subject: Re: [Nant-users] Help with xmlpoke >From what I know of the situation.. Its easier to write a quick and dirty utility which will iterate through all nodes of your System.XML.XMLDocument which meet the criteria

RE: [Nant-users] Help with xmlpoke

2004-05-19 Thread James Hafer
d to 'escape' the sequence [EMAIL PROTECTED]'References/Reference[contains(@refto, 'dbcore')]'] so that Nant's xpath function doesn't try to interpret it. ~James -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Wednesday, May

RE: [Nant-users] Help with xmlpoke

2004-05-18 Thread James Hafer
ssage- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 18, 2004 7:56 PM To: James Hafer; [EMAIL PROTECTED] Subject: Re: [Nant-users] Help with xmlpoke   James The trick is to follow the rules of XPath when evaluating the _expression_ within xmlpoke - Original M

[Nant-users] Help with xmlpoke

2004-05-18 Thread James Hafer
  Hello,   I need to change version numbers for particular assemblies referenced within an XML formatted application.config file.   For example, given this XML:                           How would xmlpoke be used