Erik Bunn wrote:

Not exactly Batikky, and a bit passé, but... while waiting for SVG support to really establish itself in browsers, what's the best way to build HTML image maps from an SVGDocument?

You would need to get the area associated with an 'a' element and export that as a polygon for the client side image map.

Googling produces lots of questions spanning several years, but few answers. I'm debating whether to traverse nodes directly in my code or to take a look at XSLT and a suitable transformation. Any other suggestions?

I think it would be almost impossible to do this with XSLT. You really need an engine that understands SVG to get something that will work with most content. The Batik engine has all the pieces needed to do this but while several people have asked about it no one has done the work.




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to