Can I use libxml++ to parse html. I'm trying to find all the images in a xml file and store the image data directly into the src attribute of the web page.
I know there is a bit of a difference between html and xml that's why I am asking the question