예제 #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);
        }