Does the XMLCParser parse any html file?
The simple answer is No. The parser works fine with almost any HTML tag. But it does not support DOCTYPE and CDATA tags as yet. These tags will be supported in the future versions. The HTML files should nearly follow the XML basic syntax rules for the parser to successfully parse them. We encourage you to use a free HTML syntax validator before using XMLCPlus parser (eg: tidy is a good HTML syntax validator and corrector) so that you can correct syntax errors easily.