V
Vector
I have finish the simple html parser, in this parser, I convert html
document to a Tree. Like Javascript, I design following functions in
my C++ HTML Parser Library:
1.getElementById
i2.innerHTML
I only use C++ STL to realize the parser.
The most difficult problem when write html parser is, the parser must
tolerate mistakes in html.
please visit http://vector-sci.blogspot.com/ to get more.
document to a Tree. Like Javascript, I design following functions in
my C++ HTML Parser Library:
1.getElementById
i2.innerHTML
I only use C++ STL to realize the parser.
The most difficult problem when write html parser is, the parser must
tolerate mistakes in html.
please visit http://vector-sci.blogspot.com/ to get more.