runXmllintBytes
fn
CliResult runXmllintBytes(const string[] args, const(ubyte)[] input)Runs xmllint with binary standard input.
This is required for validating UTF-16 encoded XML output.
Parameters
args | Arguments passed to xmllint. |
input | Raw bytes passed to stdin. |
Returns
Exit code/stdout/stderr.