runXmllintBytes

fnCliResult runXmllintBytes(const string[] args, const(ubyte)[] input)

Runs xmllint with binary standard input.

This is required for validating UTF-16 encoded XML output.

Parameters

argsArguments passed to xmllint.
inputRaw bytes passed to stdin.

Returns

Exit code/stdout/stderr.