Function xmlEscapedWrite
Writes the input string to the given output range, after escaping all XML reserved characters.
Prototype
void xmlEscapedWrite(Out, T)(
ref Out output,
T[] str
);
Writes the input string to the given output range, after escaping all XML reserved characters.
void xmlEscapedWrite(Out, T)(
ref Out output,
T[] str
);