[Tutor] Parsing HTML file

Andrew Casad acasad at weber.ucsd.edu
Tue Oct 19 07:17:54 CEST 2004


I am trying to do some parsing of HTML similar to that asked about in a 
post on Thu Dec 11 2003.
I would like to go through pages on my website, which have a huge 
number of:
    <a href="images/filename.jpg">Caption.</a>
I would like to have the entire Caption (e.g., between the <a ... and 
</a> tags) inserted as a Description in the JPEG header of the image to 
which the hyperlink points.
How do you suggest that I go about doing this?

Cheers,
Andrew Casad
http://anthro.ucsd.edu/~acasad/



More information about the Tutor mailing list