Exemplo n.º 1
0
 public override bool Visit(TiXmlComment comment)
 {
     DoIndent();
     buffer.Append("<!--");
     buffer.Append(comment.Value());
     buffer.Append("-.");
     DoLineBreak();
     return(true);
 }