Re: [WiX-users] Looking for a sample code for XML manipulation...

2007-04-27 Thread LEMIRE, JOHN
TED] Sent: Friday, April 27, 2007 1:42 PM To: LEMIRE, JOHN; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Looking for a sample code for XML manipulation... I have one more wrinkle for you. Is there a way add the new node at the beginning of the element list? Tha

Re: [WiX-users] Looking for a sample code for XML manipulation...

2007-04-27 Thread Rory Clark
@lists.sourceforge.net Subject: Re: [WiX-users] Looking for a sample code for XML manipulation... // Create a new empty tag... // Add a key attribute to the tag that doesn't have one yet... // Add the value attribute to the tag with the correct key

Re: [WiX-users] Looking for a sample code for XML manipulation...

2007-04-27 Thread Rory Clark
better for this case. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rory Clark Sent: Friday, April 27, 2007 12:36 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Looking for a sample code for XML manipulation... Preface: I found the sample locat

Re: [WiX-users] Looking for a sample code for XML manipulation...

2007-04-27 Thread LEMIRE, JOHN
Sent: Friday, April 27, 2007 12:36 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Looking for a sample code for XML manipulation... Preface: I found the sample located at http://www.tramontana.co.hu/wix/lesson5.php#5.11 for manipulating XML files and creating elements and assi

Re: [WiX-users] Looking for a sample code for XML manipulation...

2007-04-27 Thread Rob Mensching
WiX v2's XmlConfig is a bit more powerful and will probably work better for this case. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rory Clark Sent: Friday, April 27, 2007 12:36 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Looking for a sample code fo

[WiX-users] Looking for a sample code for XML manipulation...

2007-04-27 Thread Rory Clark
Preface: I found the sample located at http://www.tramontana.co.hu/wix/lesson5.php#5.11 for manipulating XML files and creating elements and assigning attribute values. However, it does not quite cover our use case here. Take this snippet of a web.config file: