My perl application is processing a huge number of XML files and the performace is getting hit big time.I wanted to know whether there are any perl modules available that have help me qwriting X Queries in to the XML files. This, I believe would do away witha lot of iterations with in the XML parsing code.I am doing my side of the due diligence anyways. If somebody can share any insights in to this, it would help me a lot.
I would gladly have done that. But I am still doing my groundwork to get to know how perl helps writing X Queries. And thats the reason I requested for help. Any leads can help me immensely. I would only need to get my hands on a Perl module thats facilitates X Queries. Rest would automatically follow. But thats the part which seems to be the most challenging.
I think XML::XQL is the perl module that can be used to achieve this.....I am trying to write a wrapper for this so that given the xpath the wrapper can return the results....I shall share it once I am done.