Merge branch '7.0.x' into update-saxon-version

This commit is contained in:
Clément Fournier
2020-08-23 17:45:21 +02:00
428 changed files with 7344 additions and 8482 deletions

View File

@@ -51,6 +51,8 @@ open class BaseNodeAttributePrinter : TextTreeRenderer(true, -1) {
.joinTo(buffer = out, prefix = "[", postfix = "]") {
"@${it.name} = ${valueToString(it.value)}"
}
out.append("\n")
}
protected open fun valueToString(value: Any?): String? {