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]
- RE: Request for a CPAN Module Ben Siders
- RE: Request for a CPAN Module Beau E. Cox
- Re: Request for a CPAN Module Tim Musson
- Re: Request for a CPAN Module david