Hey guys, is there any way to tell the Transformer (when serializing an xml document using DOM), to omit the standalone attribute?
Preferably without using a hack , i.e. ommitting the whole ...
I have a generated xml using the Transformer to do the actual writing (to a StreamResult). I am trying to have it nicely generated that is more human-readable. I have inserted ...