Re: [NAnt-users] xmlpeek and multiple nodes

2012-04-20 Thread Bob Archer
: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] xmlpeek and multiple nodes I have a modified copy of the XMLLIST task that I use for this. This issue comes up quite often for me; I don't understand why this type of situation/solution seems to get downplayed as "...don't

Re: [NAnt-users] xmlpeek and multiple nodes

2012-04-20 Thread mike
I have a modified copy of the XMLLIST task that I use for this.  This issue comes up quite often for me; I don't understand why this type of situation/solution seems to get downplayed as "...don't do that".You can find a way to the original here: http://weblogs.asp.net/soever/archive/2006/12/01/nan

Re: [NAnt-users] xmlpeek and multiple nodes

2012-04-20 Thread Chris Fouts
hris Fouts [mailto:chris.fo...@caemilusa.com] Sent: Friday, April 20, 2012 10:03 AM To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] xmlpeek and multiple nodes So no canned support for this? -chris From: Bob Archer [mailto:bob.arc...@amsi.com] Sent: Friday, April 20, 2012 9:59 AM To: C

Re: [NAnt-users] xmlpeek and multiple nodes

2012-04-20 Thread Chris Fouts
t: RE: xmlpeek and multiple nodes Not really, no. From: Chris Fouts [mailto:chris.fo...@caemilusa.com] Sent: Friday, April 20, 2012 10:03 AM To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] xmlpeek and multiple nodes So no canned support for this? -chris From: Bob A

Re: [NAnt-users] xmlpeek and multiple nodes

2012-04-20 Thread Bob Archer
Not really, no. From: Chris Fouts [mailto:chris.fo...@caemilusa.com] Sent: Friday, April 20, 2012 10:03 AM To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] xmlpeek and multiple nodes So no canned support for this? -chris From: Bob Archer [mailto:bob.arc...@amsi.com] Sent: Friday

Re: [NAnt-users] xmlpeek and multiple nodes

2012-04-20 Thread Bob Archer
] xmlpeek and multiple nodes How can I use xmlpeek/xmlpoke to recursively peruse all the similarly named nodes in a file, the the node below. ... ... ... This didn't help, http://nant.sourceforge.net/release/0.85/help/tasks/xmlpeek.html And I found this http://old.nabble.com/xm

Re: [NAnt-users] xmlpeek and multiple nodes

2012-04-20 Thread Chris Fouts
.@caemilusa.com] Sent: Friday, April 20, 2012 9:02 AM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] xmlpeek and multiple nodes How can I use xmlpeek/xmlpoke to recursively peruse all the similarly named nodes in a file, the the node below. ... ... ... This did

Re: [NAnt-users] xmlpeek and multiple nodes

2012-04-20 Thread Bob Archer
script task. Or write your own task. BOb From: Chris Fouts [mailto:chris.fo...@caemilusa.com] Sent: Friday, April 20, 2012 9:02 AM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] xmlpeek and multiple nodes How can I use xmlpeek/xmlpoke to recursively peruse all the similarly named

Re: [NAnt-users] xmlpeek and multiple nodes

2012-04-20 Thread Chris Fouts
k. Or write your own task. BOb From: Chris Fouts [mailto:chris.fo...@caemilusa.com] Sent: Friday, April 20, 2012 9:02 AM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] xmlpeek and multiple nodes How can I use xmlpeek/xmlpoke to recursively peruse all the similarly named nodes in a file

Re: [NAnt-users] xmlpeek and multiple nodes

2012-04-20 Thread Bob Archer
would recommend you write you own code using the script task. Or write your own task. BOb From: Chris Fouts [mailto:chris.fo...@caemilusa.com] Sent: Friday, April 20, 2012 9:02 AM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] xmlpeek and multiple nodes How can I use xmlpeek/xmlpo

Re: [NAnt-users] xmlpeek and multiple nodes

2012-04-20 Thread Chris Fouts
d you write you own code using the script task. Or write your own task. BOb From: Chris Fouts [mailto:chris.fo...@caemilusa.com] Sent: Friday, April 20, 2012 9:02 AM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] xmlpeek and multiple nodes How can I use xmlpeek/xmlpoke to recurs

[NAnt-users] xmlpeek and multiple nodes

2012-04-20 Thread Chris Fouts
How can I use xmlpeek/xmlpoke to recursively peruse all the similarly named nodes in a file, the the node below. ... ... ... This didn't help, http://nant.sourceforge.net/release/0.85/help/tasks/xmlpeek.html And I found this http://old.nabble.com/xmlpeek---Multiple-nodes-found-with