Hi all.
I have the following XML file :
I am using JDOM 9 , I want to search for download element which its url subelement is equal to
http://localhost and delete it.
this is the code :
I got the exception :
java.util.ConcurrentModificationException
any help ???
thanks...