Hi - > -----Original Message----- > From: Ben Siders [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 16, 2003 4:38 AM > To: Perl > Subject: Request for a CPAN Module > > > 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. >
For HTML I use HTML::Lint from CPAN; look there for a corresponding XML module. Aloha => Beau. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]