Hi


I am trying to update on setup XML file in this format ( I use wix
3.0.3509.0)



<IteamList>

- <item>

- <key> temp1</key>

- <value>temp1val</value>

  </item>

- <item>

- <key>temp2</key>

- <value>temp2val</value>

  </item>

</IteamList>



I don't know how many entries already inside that file therefore I need to
use XPath function last()

but it does not work for me, I have read the escaping issue on previous post
and added new property "[last()]", btw

"IteamList/item[0]" working for me.



I tried as well to use the XMLConfig the new feature of WIX 3, but seems to
me that XMLConfig working good for



<IteamList>

- <item key="temp1 value="temp1val"</item>

- <item key="temp2" value="temp2val"</item>

</IteamList>



 since in XMLConfig you can refer to previous node for Value setting but for
node create this option does not seems to be available.



Could you please help me to figure how I should use those WIX Element ?

Thanks in advance,

Fadi
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to