Re: [NAnt-users] xmlpeek - Multiple nodes found with the XPath expression

2008-11-18 Thread netvampire.tw
Hi~I had wrote a script my buildfile and solved my problem.take a look at my solution and feedback to me.thanks~ please link to http://groups.google.com.tw/group/SCM_OnLine/web/nant-loop-xmlpeek-using-script

Re: [NAnt-users] xmlpeek - Multiple nodes found with the XPath expression

2008-10-16 Thread Brass Tilde
> I ran into this issue *so* many times that I obtained the task > and source from: > > http://weblogs.asp.net/soever/archive/2006/12/01/nant-xmllist-command-updated.aspx Snap! Thanks so much for that. That should go a long way towards solving my current PITA. Brad ---

[NAnt-users] xmlpeek - Multiple nodes found with the XPath expression

2008-10-16 Thread Mike Frederick
I ran into this issue *so* many times that I obtained the task and source from: http://weblogs.asp.net/soever/archive/2006/12/01/nant-xmllist-command-updated.aspx and modified the code so that if the final nodename specified is "*", all nodenames are returned in a comma-separated list. Then I

[NAnt-users] xmlpeek - Multiple nodes found with the XPath expression

2008-10-16 Thread Fabio Gil
Hello, I'm spinning my wheels with this issue and don't know how to solve it. I have an XML file that contains the name of the client I will build my app for. This is an excerpt of the XML file: client1 ...