Are there any CPAN modules that can analyze XML or HTML and report any cases of unclosed tags? For example:

<note>
<subject>Hello, world</subject>
<author>Me</author>
<content>Hey, is thing <bold>thing on?</content>
</note>

In the above, I'd like to find a method of detecting that the bold tag is missing a </bold> closer.



--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to