示例#1
0
文件: Clean.cs 项目: AlfieJ/TidyNet
        public virtual bool IsWord2000(Node root, TagTable tt)
        {
            Node html = root.FindHtml(tt);

            return (html != null && html.GetAttrByName("xmlns:o") != null);
        }