IA15
I need to change the different "values" in a Config file..
Any idea to get "<value>???<value>" under controll with the "Edit XML FIle"-Command?
I tried a lot, but I seem to be blind....

Or is the only way the use of combination parse/read/write/Replace-Commands?
Example structure:
<applicationSettings>
<setting name="StationNumber" serializeAs="String">
<value>1</value>
</setting>
<setting name="PaperCut" serializeAs="String">
<value>1B69</value>
</setting>
<setting name="FontSize" serializeAs="String">
<value>1B2158</value>
</setting>
..
</applicationSettings>
Any Ideas?
Thanks for the help in advance..
