Verify Html Tag

K

kennylin30

Hi
I am writing a simple html parser, using C. The html only contian the
following tag, <html> <head> <body> <table> <body> <p> <table> <tr>
<th> <td>. Now I am stock at writing verify function, can someone give
me a clue to implement the verify tag part thanks
 
L

Lew Pitcher

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi
I am writing a simple html parser, using C. The html only contian the
following tag, <html> <head> <body> <table> <body> <p> <table> <tr>
<th> <td>. Now I am stock at writing verify function, can someone give
me a clue to implement the verify tag part thanks

Really, this is entirely off topic for comp.lang.c Perhaps you should repost
your question to a newsgroup in which it /would/ be topical.

FWIW, I'd try coding it as a recursive descend parser.

- --
Lew Pitcher

Master Codewright & JOAT-in-training | GPG public key available on request
Registered Linux User #112576 (http://counter.li.org/)
Slackware - Because I know what I'm doing.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.7 (GNU/Linux)

iD8DBQFDNgnyagVFX4UWr64RAq47AJ9BNB309py8MMB1CKc7SS66QfmcwQCgg55Y
oSO9dH/z50oduFtq5TdX4UE=
=6Pct
-----END PGP SIGNATURE-----
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,169
Messages
2,570,920
Members
47,462
Latest member
ChanaLipsc

Latest Threads

Top