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
in. 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 Windows Installer XML toolset. &

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

2008-11-06 Thread Dmitry Berkovich
st 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 Windows Installer XML toolset. > Subject: [WiX-users] adding element with XmlFile

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

2008-11-06 Thread Rob Mensching
n for Windows Installer XML toolset. Subject: [WiX-users] adding element with XmlFile to node with namespace Hi, I want add node to this xml file under node. http://schemas.microsoft.com/pag/cab-profile/2.0";> I added those 2 lines under : I

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

2008-11-06 Thread Dmitry Berkovich
Hi, I want add node to this xml file under node. http://schemas.microsoft.com/pag/cab-profile/2.0";> I added those 2 lines under : Its works only if I remove namespace from XML files. Once I add namespace back to XML file - I have exception during