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
);

Authors

Copyright

License