redundent / kotlin-xml-builder

A lightweight type safe builder to build xml documents in Kotlin
Apache License 2.0
151 stars 17 forks source link

Adding check to use self-closing tags when an element has no children… #41

Closed redundent closed 3 years ago

redundent commented 3 years ago

… or has a single child that is an empty text element.

fixes #40