|
-
September 6th, 2002, 12:40 PM
#1
How to retrieve the tag in HTML file?
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|