Esempio n. 1
0
        public virtual bool IsWord2000(Node root, TagTable tt)
        {
            Node html = root.FindHtml(tt);

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