How do I create the path to the attribute that has been found?
lets say that I loop through an HTML file using DOMXPath, looking for all IMG tags. If one is found, how do I extract the path to that IMG tag?
I want to find ALL IMG tags, and have a user select one image. I need to store the path to that specific IMG.
Thanks