processingInstruction

abstract fun processingInstruction(text: String)(source)

Write a processing instruction with the given raw content. When using, prefer the version taking two arguments


open fun processingInstruction(target: String, data: String)(source)

Write a processing instruction with the given target and data

Parameters

target

The (CNAME) target of the instruction

data

The data to be used.