cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
glyph1
Level 2

XML File Changes - Cannot edit identical leaf nodes

I am having an issue with the XML File Changes feature of InstallShield 2010. I am trying to populate identically named leaf nodes (named ). When I import the XML tree using the wizard, only one of these "Prefix:value" nodes appear. I added the second node manually but when I run the installer it only modifies the first value.

The simplified xml file is structured like this:


Data1
Data2


Any ideas? Please let me know, thank you!
Labels (1)
0 Kudos
(1) Reply
DebbieL
Level 17

I think you'll need to modify the XPath queries for those nodes. The following help topic has some examples:
Using XPath Expressions to Find XML Data in an XML File

It sounds like none of those examples apply directly to your scenario. If that's the case, you'll need to write your own XPath expressions. Perhaps the following page will help:
http://w3schools.com/xpath/xpath_syntax.asp
0 Kudos