Plugin source location: <serge_root>/lib/Serge/Engine/Plugin/parse_wxl.pm
This plugin parses WiX Installer .WXL files.
<?xml version="1.0" encoding="utf-8"?>
<WixLocalization Culture="en-us" xmlns="...">
<String Id="string_id">string</String>
<String Id="string_id">string</String>
...
</WixLocalization>
Limitation: the Culture="..."
attribute value is not being replaced automatically. This can now be done before file is saved by the means of replace_strings plugin.