Re: [Nant-users] Trying to add a node using xmlpoke

2004-10-26 Thread Gert Driesen
> Cc: "Curtis Zarger" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, October 26, 2004 9:27 PM Subject: Re: [Nant-users] Trying to add a node using xmlpoke > Looking at the release notes it seems that namespaces have been added to > the nightly build for xml

Re: [Nant-users] Trying to add a node using xmlpoke

2004-10-26 Thread Naz Quadri
Looking at the release notes it seems that namespaces have been added to the nightly build for xmlpoke, so I assume that this is not possible in 0.84. Could anyone confirm or deny this ? Are there any workarounds ? Failing all else I shall simply write a

Re: [Nant-users] Trying to add a node using xmlpoke

2004-10-26 Thread Naz Quadri
I've just realised that the file I'll be using needs namespaces so the below becomes :- and I need :- Some text Doesn't quite seem to work for me. Any suggestions ? Thanks Naz (Note again I am using 0.84 and am not able to use the nightly builds, thanks) Curtis Zarger

Re: [Nant-users] Trying to add a node using xmlpoke

2004-10-26 Thread Naz Quadri
Worked a treat, thanks very much Naz Curtis Zarger wrote: Naz, Have you tried to remove the '<' and '>' characters, replacing them with < and >? Curt Zarger -Original Message- From: Naz Quadri [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 26, 2004 8:31 AM To: [EMAIL PROTECTE

RE: [Nant-users] Trying to add a node using xmlpoke

2004-10-26 Thread Curtis Zarger
Naz, Have you tried to remove the '<' and '>' characters, replacing them with < and >? Curt Zarger -Original Message- From: Naz Quadri [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 26, 2004 8:31 AM To: [EMAIL PROTECTED] Subject: [Nant-users] Trying to add a node using x