I have a similar problem with XmlFile. I need to be able to change multiple
nodes.

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Thomas M
Sent: Wednesday, July 18, 2007 5:05 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Recursive Xml changes


Hi list,

I have created the following CA:
<XmlConfig Id="Changes" 
                   Action='create'
                   File="Install.xml"
                   ElementPath='//[EMAIL PROTECTED]"Change"[\]]' 
                   Name="MyExistingAttribute"
                   Node="value"
                   Value="[NEWVALUE]"
                   Sequence="1"                  
                   On="install" />

(names modified for privacy)

I would expect the XPath //Action to return multiple elements, however only
the first is changed.
What is the recommended way to do recursive changes in an XML-file?

Thanks. Regards,
Thomas

-- 
View this message in context:
http://www.nabble.com/Recursive-Xml-changes-tf4102310.html#a11665819
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to