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

Fixing single line rendering of CDATA and processing instruction elements #25

Closed jonathan-yan closed 4 years ago

jonathan-yan commented 4 years ago

Single line rendering of CDATA and processing instruction were missing <![CDATA[...]]> and <?...?> sequences respectively.

redundent commented 4 years ago

Thanks @jonathan-yan . I've merged this. New version will be available on jcenter shortly

jonathan-yan commented 4 years ago

Great! Thanks @redundent for doing this so quickly.