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
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
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
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