HI IM a new beginner for working with java /xml and i have a project in which I need to use the dom4j tool to read my xml file. But for some reason i keep getting a compilation error whenever i put the import codes is:
import org.dom4j.Docum ent;
import org.dom4j.Docum entException;
import org.dom4j.Eleme nt;
import org.dom4j.Docum entHelper;
import org.dom4j.io.SA XReader;
import org.dom4j.io.XM LWriter;...