Open
Description
Description
Right now, normalized boolean values are turned into '0' and '1' in the XMLEncoder
symfony/src/Symfony/Component/Serializer/Encoder/XmlEncoder.php
Lines 469 to 470 in 3711a6a
but while they are valid for xsd:boolean
, I might want to have them rendered differently like 'true' and 'false'
if we want to have this be changed on Attribute Level, then we might need to look at this, and make Scalar values pass through normalize
This is also related to #58056
Example
No response