samdark/sitemap

Sitemap minification

SergeC opened this issue · 2 comments

It will be good to have sitemap minified into one long line without space between tags. Idea is the same as JS, HTML, CSS minification.

Could be achieved by using $this->writer->setIndent(false);.

Can't be introduced via constructor w/o breaking backwards compatibility.