epanda wrote: > > I would like to know if we can parse XML with regexp faster than with > an MSXML or Xerces library ?
It is very unlikely to be faster using regular expressions, and it will certainly be less readable. The XML::Twig library can result in very fast code for some sorts of XML data. Tell us more about your problem. Rob -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/