in sigil, it worked 100% when I replaced
<RemoteButton>\s*<Name>X-Fi(.*)</RemoteButton>
with
<RemoteButton>\s*<Name>X-Fi(.*)/RemoteButton>
previously it worked on replace once, but not on replace all, it left in trailing each instance of de> from KeyCode> for some obscure reason.
I googled notepad++ it does not have multi-line regex, not sure that any free editor does, except for sigil!
open, edit, copy - paste from code view into notepad++ and save may be the way to go
|