andzandz
Results
1
comments of
andzandz
Hi, any update on this? Please escape characters correctly: ```php // Breaks $fluid_xml->add([ 'Property' => [ 'ID' => 1234, 'Test' => 'Hello & World' ] ]); ``` As I'm working...