simplexml
simplexml copied to clipboard
Support serializing mixed content.
It is now possible to create a child element of an OutputName without a name (name is null). The NodeWriter will not write start and end tags of elements without a name.
This allows writing mixed content elements, but is currently only useful if the formatter does not indent.
Now it is also possible to disable indentation for individual elements.
Seems risky... wondering what is achieved here?