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
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 PROTECTED] S

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

2004-10-26 Thread Naz Quadri
ober 26, 2004 8:31 AM To: [EMAIL PROTECTED] Subject: [Nant-users] Trying to add a node using xmlpoke Hi guys, I have an xml file sim to :- I want to add as follows :- Some text Looking at the docs for xmlpoke (note I'm using 0.84 and am not able to upgrade to nightly bu

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

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

2004-10-26 Thread Naz Quadri
Hi guys, I have an xml file sim to :- I want to add as follows :- Some text Looking at the docs for xmlpoke (note I'm using 0.84 and am not able to upgrade to nightly builds) The location specified by the XPath expression must exist, it will not create the parent elem