In short, we want to transform the XML instance to XHTML. Now, we could go crazy and add a lot of addition elements/attributes, which in the case of image maps, I expect. However, we have the xlink attributes above which we are under-utilizing. In the case of thumbnail, we'd--in short--be looking to render it something like:
<a href="./image.jpg"><img src="./thumb/image.jpg" /></a>
|