jindw / xmldom

A PURE JS W3C Standard based(XML DOM Level2 CORE) DOMParser and XMLSerializer.
Other
816 stars 265 forks source link

serializer options #269

Closed eamanola closed 2 years ago

eamanola commented 2 years ago

Hi,

Thanks for the great lib.

I was wondering, if we could have serialization options, to pretty print, or remove spaces between tags etc...

Thanks in advance

karfau commented 2 years ago

This library is currently being maintained as part of https://github.com/xmldom/xmldom since the owner of this repo didn't respond, See #259. (The npm package xmldom has several security issues and can no longer be updated, please use @xmldom/xmldom instead!)

Regadring your question: the related issue over there was closed with wontfix: https://github.com/xmldom/xmldom/issues/44

eamanola commented 2 years ago

thanks switching packages :+1: