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