simplexml icon indicating copy to clipboard operation
simplexml copied to clipboard

[enhancement] Allow specification of quote format

Open dragantl opened this issue 9 years ago • 0 comments

XML allows the usage of either single or double quotes to enclose attribute values (e.g., <element attribute="value" /> or <element attribute='value' />).

dragantl avatar Apr 22 '16 18:04 dragantl