I have java service that should receive an xml file containing several elements. i need to analyze this file extract matched elements and send them to their related services.
I hope to find a light way to do that as it's a heavy XML file.
Anyone knows a java framework or solution which can help to perform that ?
Thanks