1. I have a XML file for a portfolio. Each "project" in the portfolio contains elements: project title, project date, project location and project image.

2. I have loaded the XML file into the DOM.

3. I have been able, with Java, to extract the data from all elements that contain text and display them in different divs.

3. I have NOT been able to extract the image link and display it in...