This chapter provides informations about some useful capabilities of TDEFileReplace.
When you want to reuse a list of strings you can save it in a xml
file. To do this select from the menubar ->->. When you save a list, a simple xml
file with extension kfr
is created. To load a kfr
file select from menubar ->->. The actual file looks like this:
<?xml version="1.0" ?> <kfr> <mode search="false"/> <replacement> <oldstring><SEARCH_STRING_1></oldstring> <newstring><REPLACE_STRING_1></newstring> </replacement> <replacement> <oldstring><SEARCH_STRING_2></oldstring> <newstring><REPLACE_STRING_2></newstring> </replacement> ... ... <replacement> <oldstring><SEARCH_STRING_N></oldstring> <newstring><REPLACE_STRING_N></newstring> </replacement> </kfr>
Would you like to comment or contribute an update to this page?
Send feedback to the TDE Development Team