RE: [Nant-users] Help with XMLPoke

2005-02-04 Thread Gert Driesen
  -Original Message-Sent: Monday, January 31, 2005 7:10 PMTo: nant-users@lists.sourceforge.netSubject: [Nant-users] Help with XMLPoke   I’m trying to poke this Xpath query and I’m getting an error saying: prefix ‘xsi’ not defined. Has anyone had troubl

[Nant-users] Help with XMLPoke

2005-02-03 Thread Kevin Kirkpatrick
uot;> …. Commands>   Result from XMLPoke Failed to select nodes with XPath _expression_ '//*[namespace::*]/@xsi:noNamespaceSchemaLocation'.     Prefix 'xsi' is not defined.   Thanks in advance.   -Original Message- Sent: Monday, January 31, 2005 7:10 PM To: na

Re: [Nant-users] Help with XMLPoke

2005-02-01 Thread Merrill Cornish
Kevin, Do you have an xmlns declaration for the xsi namespace? Merrill --- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish repor

[Nant-users] Help with XMLPoke

2005-01-31 Thread Kevin Kirkpatrick
I’m trying to poke this Xpath query and I’m getting an error saying: prefix ‘xsi’ not defined. Has anyone had trouble with this?   //*[namespace::*]/@xsi:noNamespaceSchemaLocation   - BUILD FAILED   D:\PolicyServices\BuildFiles\PolicyServices.build(412,4): Failed to

Re: [Nant-users] Help with xmlpoke

2004-05-20 Thread Martin Gainty
James: Glad to hear you found a solution- Martin - Original Message - From: "James Hafer" <[EMAIL PROTECTED]> To: "Martin Gainty" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, May 20, 2004 3:53 PM Subject: RE: [Nant-users] Help with xmlp

RE: [Nant-users] Help with xmlpoke

2004-05-20 Thread James Hafer
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

Re: [Nant-users] Help with xmlpoke

2004-05-19 Thread Martin Gainty
y [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 19, 2004 6:05 AM To: James Hafer; [EMAIL PROTECTED] Subject: RE: [Nant-users] Help with xmlpoke James- What happened after you followed up with Gert Dreisen's inserted namespace??? Regards, -Martin >From: "James Hafer" <[

RE: [Nant-users] Help with xmlpoke

2004-05-19 Thread James Hafer
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

RE: [Nant-users] Help with xmlpoke

2004-05-19 Thread Martin Gainty
James- What happened after you followed up with Gert Dreisen's inserted namespace??? Regards, -Martin From: "James Hafer" <[EMAIL PROTECTED]> To: "Martin Gainty" <[EMAIL PROTECTED]>,<[EMAIL PROTECTED]> Subject: RE: [Nant-users] Help with xmlpoke

Re: [Nant-users] Help with xmlpoke

2004-05-18 Thread Gert Driesen
; <[EMAIL PROTECTED]> To: "Martin Gainty" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, May 19, 2004 4:31 AM Subject: RE: [Nant-users] Help with xmlpoke I tried this: xpath="/xsl:transform/*/*/*/xsl:for-each/[EMAIL PROTECTED]'Gac']/@refto&quo

RE: [Nant-users] Help with xmlpoke

2004-05-18 Thread James Hafer
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

Re: [Nant-users] Help with xmlpoke

2004-05-18 Thread Martin Gainty
James The trick is to follow the rules of XPath when evaluating the _expression_ within xmlpoke - Original Message - From: James Hafer To: [EMAIL PROTECTED] Sent: Tuesday, May 18, 2004 9:14 PM Subject: [Nant-users] Help with xmlpoke   Hello,   I

[Nant-users] Help with xmlpoke

2004-05-18 Thread James Hafer
  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