Re: [WiX-users] adding element with XmlFile to node with namespace

2008-11-07 Thread Dmitry Berkovich
ymore and I don't have a few free hours to > read the MSXML documentation... > > -Original Message- > From: Dmitry Berkovich [mailto:[EMAIL PROTECTED] > Sent: Friday, November 07, 2008 08:38 > To: General discussion for Windows Installer XML toolset. > Subjec

Re: [WiX-users] adding element with XmlFile to node with namespace

2008-11-07 Thread Rob Mensching
27;t have a few free hours to read the MSXML documentation... -Original Message- From: Dmitry Berkovich [mailto:[EMAIL PROTECTED] Sent: Friday, November 07, 2008 08:38 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] adding element with XmlFile to node with

Re: [WiX-users] adding element with XmlFile to node with namespace

2008-11-07 Thread Dmitry Berkovich
Hi, Does anyone has any example of XPath expression that added new node to Xml with schema? I tried all the variants, but it was not working. Also I tried to execute expression with "XSLPattern" (/SolutionProfile//[EMAIL PROTECTED]'Apps']//Modules) instead of "XPath". But it adds new node wich con

Re: [WiX-users] adding element with XmlFile to node with namespace

2008-11-06 Thread Dmitry Berkovich
Can you give example, since i tried several variation, but nothing is works. Thanks, Dima On Fri, Nov 7, 2008 at 8:37 AM, Rob Mensching <[EMAIL PROTECTED]> wrote: > You need to use the same namespaces in your XPath. It's a pain. I usually > write a little JScript and test my XPath using cscri

Re: [WiX-users] adding element with XmlFile to node with namespace

2008-11-06 Thread Rob Mensching
You need to use the same namespaces in your XPath. It's a pain. I usually write a little JScript and test my XPath using cscript until I get it right. -Original Message- From: Dmitry Berkovich [mailto:[EMAIL PROTECTED] Sent: Thursday, November 06, 2008 22:30 To: General discussion for W