RE: [Nant-users] Xpath guru needed...

2005-10-20 Thread Eric Williams
riginal Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Kedziora, RebeccaSent: Thursday, October 20, 2005 2:10 PMTo: nant-users@lists.sourceforge.netSubject: RE: [Nant-users] Xpath guru needed...Still does not work. Also when you wanted me to chagne the XML fi

RE: [Nant-users] Xpath guru needed...

2005-10-20 Thread Eric Fetzer
http://schemas.microsoft.com/wix/2003/01/wi"; /> > > > > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Guy Metz > Sent: Thursday, October 20, 2005 3:57 PM > To: na

RE: [Nant-users] Xpath guru needed...

2005-10-20 Thread Kedziora, Rebecca
03/01/wi"; /> -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Guy Metz Sent: Thursday, October 20, 2005 3:57 PM To: nant-users@lists.sourceforge.net Subject: RE: [Nant-users] Xpath guru needed... Because the Wi

Re: [Nant-users] Xpath guru needed...

2005-10-20 Thread Martin Gainty
Title: Xpath guru needed... RebeccaYou need to ensure your XML nodes are well formed so replace your Product node text     Version="3.0.0.100" Manufacturer="Corporation"> with    Version="3.0.0.100" Manufacturer="Corporation"/> HTH,Martin- - Original Message - From: Ke

RE: [Nant-users] Xpath guru needed...

2005-10-20 Thread Guy Metz
/01/wi"; /> > -Original Message- > From: Kedziora, Rebecca [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 20, 2005 4:44 PM > To: nant-users@lists.sourceforge.net > Subject: RE: [Nant-users] Xpath guru needed... > >

RE: [Nant-users] Xpath guru needed...

2005-10-20 Thread Kedziora, Rebecca
users@lists.sourceforge.net Subject: RE: [Nant-users] Xpath guru needed... I opened up this document in IDE and the XML editor and it looks fine. Even with this document I get the same erros that the node is not valid. -Original Message- From: Martin Gainty [mailto:[EMAIL PROTECTED] Sent: Thursday, Oc

RE: [Nant-users] Xpath guru needed...

2005-10-20 Thread Kedziora, Rebecca
; nant-users@lists.sourceforge.net Subject: Re: [Nant-users] Xpath guru needed... http://schemas.microsoft.com/wix/2003/01/wi";> Note the end tag /> at the end of the http://www.altova.com/download_spy_enterprise.html Hope this works for you, Martin - Etats Unis - Origi

Re: [Nant-users] Xpath guru needed...

2005-10-20 Thread Martin Gainty
.altova.com/download_spy_enterprise.html Hope this works for you, Martin - Etats Unis - Original Message - From: "Eric Fetzer" <[EMAIL PROTECTED]> To: "Kedziora, Rebecca" <[EMAIL PROTECTED]>; Sent: Thursday, October 20, 2005 4:03 PM Subject: Re: [Nant-

RE: [Nant-users] Xpath guru needed...

2005-10-20 Thread Eric Williams
Title: Xpath guru needed... If you make your snippet valid by adding a closing tag at the end of your Product element then the following XPath will work:   /Wix/Product/@Versionor more specific /Wix/[EMAIL PROTECTED]'431EB16A']/@Version version="1.0"?>Re: [Nant-users] Xpath guru needed...
/Wix/Product/[EMAIL PROTECTED]'431EB16A']/@Version --- "Kedziora, Rebecca" <[EMAIL PROTECTED]> wrote: > Anyone, > > Trying to use the xmlpeek to retrieve the value of > an attribute. > > I am trying to get the Version: > > > > xmlns="http://schemas.microsoft.com/wix/2003/01/wi";> > >