HTML & XML Parsers

Any web browser must be able to parse HTML, and XML becoming more and more important. This component would provide a pair of parsers (or a generic SGML parser that can deal with both subsets) that output a consistent parse tree. This would be the foundation for the DOM work (see below).