Hi Guys!
I have a very big problem. I don't know how to do a reference from an XML file to a Servlet project.
I paste it:
Create a Java-based program that processes the xml file above. Its task is the
harvesting, organizing and enumeration of code "a" attributed subfields of data fields with
"100" tag attributes.
Example output:
Abegg, Birgit: 4
Ablonczyné Mihályka Lívia: 10
Adair, Ian: 1
Aerens, Luc: 1
...
The numbers next to the names are the frequency of their appearance in the harvested data.
The names have to be listed in alphabetical order.
The program requests two parameters:
- the path to the xml file
- (optional) narrowing displayed data to the names starting with the value of the parameter
The program has to be delivered in 'jar' format along with the source.
Thank you, Guys!