erxuan
September 6th, 2002, 12:40 PM
I know that using
"HRESULT IHTMLElement::get_tagName(BSTR* p);"
we can get the tag name in html file. But it only return tag name,such as "TITLE, BODY", no start tag or end tag. If I want to retrieve the start tag AND end tag(such as <TITLE>...</TITLE>) so that I can use them to construct a tag tree, what should I do?
Thanks a lot.
"HRESULT IHTMLElement::get_tagName(BSTR* p);"
we can get the tag name in html file. But it only return tag name,such as "TITLE, BODY", no start tag or end tag. If I want to retrieve the start tag AND end tag(such as <TITLE>...</TITLE>) so that I can use them to construct a tag tree, what should I do?
Thanks a lot.