gzipxml.InsertElement("configuration/DCWeb/HttpCompress/IncludedMimeTypes", "add", "mime", "text/html", "");写入后是这样的
<add mime="text/html"></add>
如果我要
<add mime="text/html" />
这种形式,插入的程序怎么写?