I\'m having a hard time trying to indent XML files using XMLSerializer
.
I\'ve tried
serializer.setFeature(\"http://xmlpull.org/v1/doc/featur
serializer.setFeature("http://xmlpull.org/v1/doc/features.html#indent-output", true);
worked now.
I dont know if i was putting it before serializer.startDocument(encoding, standalone)
or there was a error with stuff not related to the .xml creation!
Thanks guys!