Patricio Bruna V wrote: > i need to parse out one big xml file, 592K, but the only thing i need > to do its eliminate some tags, where the lang attribute is not es > (<name xml:lang="ar">, fox example). > I think its a simple thing to do, so here its the question, what perl > module do you recommend for this task?
XML::SAX + XML::SAX::Base You can write a very simple filter for this kind of thing. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>