September 17th, 2007 11:44 pm
Tag Parser 1.2
Finally some new software. We have here an HTML parser that can probably be used for XML. I tried to make it robust enough to recognize the more loosely defined HTML 4 standard, where quotes are optional for attributes, attributes don't need values, tags don't have to be in lowercase, and unpaired tags such as <br> don't need to be closed.

