Re: XML::XPath to read multiple files
by Mirod other posts by this author
Oct 19 2009 11:04AM messages near this date
view in the new Beta List Site
XML::XPath to read multiple files
|
Re: XML::XPath to read multiple files
& XSLT Robert Inder wrote:
> I am trying to extend an application that uses XML::XPath to extract
> fragments of information from a small XML file.
>
> The extension will cause it to summarise this information from
> MANY XML files. Doing the obvious thing gets me a working
> system, but it is slow.
>
> Currently, I am analysing each file in turn using the existing information
> extraction code, and ths is creating an XML::XPath object to do the business.
I guess this bears repeating: ditch XML::XPath and use XML::LibXML, the code
will be nearly identical, and you will live much happier.
--
mirod
_______________________________________________
Perl-XML mailing list
Perl-XML@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Thread:
Robert Inder
Mirod
Tod Harter
Mike Trotman
|