simplexml
simplexml copied to clipboard
[enhancement] Allow specification of quote format
XML allows the usage of either single or double quotes to enclose attribute values (e.g., <element attribute="value" /> or <element attribute='value' />).