simplexml
simplexml copied to clipboard
Ignores strict parsing from inherited Java class
We decided to move from SimpleXML 2.6.4 to 2.7.1 and noticed that the strict parsing setting was being ignored or not inherited in child classes. Specifying the setting in each class separately or providing the flag in the Serializer.read() function fixed the issue.