dasel icon indicating copy to clipboard operation
dasel copied to clipboard

Compact xml output

Open danielhoherd opened this issue 2 years ago • 1 comments

Is your feature request related to a problem? Please describe

I would love to see compact xml output. I see that compact -c works with json and others

Describe the solution you'd like

Removed line breaks and whitespace.

Describe alternatives you've considered

gsed -E 's/^\s+//' test.xml | tr -d '\n'

danielhoherd avatar Apr 02 '22 20:04 danielhoherd

This seems reasonable. I'll do some digging into the XML parser used and see if something is easily achievable.

TomWright avatar Apr 06 '22 17:04 TomWright

Sorry for the slow work here, I've been busy!

This is fixed in v1.27.3.

TomWright avatar Oct 18 '22 16:10 TomWright

Works great! Thanks!

danielhoherd avatar Oct 18 '22 17:10 danielhoherd