Re: [WiX-users] XmlConfig and special Xpath syntax

2008-11-11 Thread Rob Mensching
. Subject: Re: [WiX-users] XmlConfig and special Xpath syntax I think XmlConfig is using XslPattern (or whatever the MSXML implementation was before XPath existed). I'm not sure that has the same functions as XPath. -Original Message- From: Davidovitz, Ran [mailto:[EMAIL PROTECTED]

Re: [WiX-users] XmlConfig and special Xpath syntax

2008-11-11 Thread Davidovitz, Ran
: [WiX-users] XmlConfig and special Xpath syntax I think XmlConfig is using XslPattern (or whatever the MSXML implementation was before XPath existed). I'm not sure that has the same functions as XPath. -Original Message- From: Davidovitz, Ran [mailto:[EMAIL PROTECTED] Sent: Monday, Nov

Re: [WiX-users] XmlConfig and special Xpath syntax

2008-11-10 Thread Rob Mensching
n for Windows Installer XML toolset. Subject: [WiX-users] XmlConfig and special Xpath syntax Hi, I have created a XmlConfig element that suppose to find a node that has specific text in it. I have used the following xpath syntax "/project/tasks/exec/buildArgs[\[]contains(text(), 'ECO&

[WiX-users] XmlConfig and special Xpath syntax

2008-11-10 Thread Davidovitz, Ran
Hi, I have created a XmlConfig element that suppose to find a node that has specific text in it. I have used the following xpath syntax "/project/tasks/exec/buildArgs[\[]contains(text(), 'ECO')[\]]" And when installing it tell me that it cannot find the node although the syntax is correct (with