|
-
September 4th, 2002, 07:28 PM
#1
How to construct a tag tree given a HTML file
I was asked to write a program to construct the tag tree given a HTML file. eg, the tree has <HTML>as its root, which has two children <HEAD> and <BODY>.
How to construct the tree efficiently? Is there any useful resources I can use to write this program?
Since I need to finish it in a very limited time. Thanks.
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
|