I want to use & symbol in a context menu text so i have used escape character for & in plugin.xml. I have tried all the escape characters mentioned to use & symbol like & amp; and & #38;( used space after & to show code here) but none worked for me.
Snippet of plugin.xml:
<wizard
...
name="Menu item where & and & symbol not working" ...
...>
</wizard>
For the trial purpose i have used other symbols' escape characters like & lt; & quot; etc. and they are working fine, so there is no issues with the setup.
plugin.xml is versioned 1.0 and encoded UTF-8