toString

open override fun toString(source: Source): String

Deprecated

Note that sources are inefficient and poorly designed, relying on runtime types

Replace with

import nl.adaptivity.xmlutil.XmlStreaming.newReader
newReader(source).toCharArrayWriter().toString()