Has anyone used VTD-XML as the XPath engine? I am unable to find any reference to this combination.
This in the lines of: JasperReports fillReport too slow and resource consuming
Should I create my custom implementation of JRXpathExecutor that uses VTD?
Update: Been doing some reading... got another question in this context (didn't want to start a new Q on this): the JRXpathExporter interface expects a NodeList to be created when given XPath expression. Creating a NodeList or a Node by using VTD-XML seems to be a bit round-about. Can I create a NodeList using VTD-XML? Should I?