Re: [NAnt-users] XMLPoke with Xml processing instructions

2007-04-27 Thread Hassam, Alim
It is a valid xml file. Its an xml processing instruction. the full path to that node is "/processing-instruction('define')[1]". http://aspalliance.com/515_Working_with_XML_Processing_Instructions_in_C as we can see in the output xmlpoke is able to find the node, but it throws an exception whe

Re: [NAnt-users] XMLPoke with Xml processing instructions

2007-04-27 Thread Bob Archer
Is this a valid XML file? I know you only showed a snipit of it. What is the full path to that node? BOb From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hassam, Alim Sent: Friday, April 27, 2007 4:44 PM To: nant-users@lists.sourceforge.net

[NAnt-users] XMLPoke with Xml processing instructions

2007-04-27 Thread Hassam, Alim
Hi, I'm having trouble doing an xml poke on an xml processing instruction. My xml document contains a line like this: and I would like to update that version number from an nant task. I did the following: but nant fails, it gives be the following error: updateVersionNumber: