I need to write a Python script that reads and replaces some data in an XML file. The data that is replaced has to be read automatically from a directory (it's a file's name)
<setting name="abc" serializeAs="String">
<value>fw.version.1.1</value>
the fw.version1.1
has to be replaced with the file name from a folder.
Could use some help:)
thanks, Robert