xml icon indicating copy to clipboard operation
xml copied to clipboard

Allow to pass encoding to parse method of Xml/ Service class

Open hollow3464 opened this issue 3 years ago • 0 comments

Sometimes XML might not be in UTF-8 encoding, It would be nice to add the encoding parameter as optional to the parse method

public function parse($input, string $contextUri = null, string &$rootElementName = null, string $encoding = null)

hollow3464 avatar Mar 15 '22 15:03 hollow3464