·

XSL

Replace a XSL parameter in PhpStorm to a choose with a default value

Just a small something I wanted to share: When you want to convert a XSL parameter in PhpStorm to a choose with a default parameter, you can do so with a simple regexp. Say you’ve got something like this: And you want to convert it to something like this: Then just find and read further ...