redundent / kotlin-xml-builder

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

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

Closed redundent closed 4 years ago

redundent commented 4 years ago

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

fixes #40