cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
liorafar
Level 6

XML File Changes - How?

Hi,
I'm trying to work with XML File Changes feature in Installshield
i want to modify and existing xml file however i can't find how to go to a specific element with specific attribute value
for example I have the following xml file:

[HTML]






[/HTML]

What i want is to change the value of MyValue attribute to "1" only under

means after changes it will look like this:
[HTML]






[/HTML]

I could not find any information about that in Installshield help sections
Thanks,
Lior
Labels (1)
0 Kudos
(2) Replies
DanCla
Level 5

Import your XML file then go to MySubElement that you want to change and set the value there. You can even put a property name in square brackets so that the value gets set at runtime.
0 Kudos
liorafar
Level 6

Great! It actually worked!
Thanks a lot!
Where did you find the documentation on this?
I want to expend the knowledge of it
0 Kudos