Hi folks,
I am creating a java class that will search a directory for xml files. If the are some present it will use JDOM to parse these and create a simplified output outlined by the xslt. This will then be output to another directory while retaining the name of the original xml i.e. input xml is "sample.xml", output xml is also "sample.xml".
At the moment I can read in a specified xml and send the result to a specified xml however this will not be of much/any use to me in the future.
I appreciate any help you could offer me.
Thanks!!