simplexml icon indicating copy to clipboard operation
simplexml copied to clipboard

Ignores strict parsing from inherited Java class

Open Sviests opened this issue 8 years ago • 0 comments

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.

Sviests avatar Oct 23 '17 08:10 Sviests