- From: W. Eliot Kimber <eliot@isogen.com>
- Date: Mon, 30 Dec 1996 07:58:40 -0900
- To: w3c-sgml-wg@www10.w3.org
Realized last night I forgot to associate the image map in my example with
the image. I also forgot the coordinates. Oops. Below are the necessary
corrections:
At 08:42 PM 12/29/96 -0900, W. Eliot Kimber wrote:
><!DOCTYPE CircuitRelations [
[...]
> <!NOTATION ImageMap PUBLIC "-//DRMACRO//NOTATION My Image Map//EN" >
> <!ELEMENT ImageMap (Area+) >
> <!ATTLIST ImageMap
image CDATA #REQUIRED
> >
> <!ELEMENT Area (#PCDATA) >
> <!-- Content of area is displayable label for the area -->
> <!ATTLIST Area
> ID ID #REQUIRED
> coords CDATA #REQUIRED
> notation (imagemap) #FIXED "imagemap"
[...]
<ImageMap image="http://www.ti.com/datasheets/XYZ/framcir.gif">
<area id=area-1 coords="1,71,101,195">A bunch of transistors</area>
<area id=area-2 coords="139,78,215,211">A bunch of nand gates</area>
<area id=area-3 coords="225,79,320,207">Cache ROM</area>
</ImageMap>
Cheers,
E.
--
W. Eliot Kimber (eliot@isogen.com)
Senior SGML Consulting Engineer, Highland Consulting
2200 North Lamar Street, Suite 230, Dallas, Texas 75202
+1-214-953-0004 +1-214-953-3152 fax
http://www.isogen.com (work) http://www.drmacro.com (home)
"Rats in the morning, rats in the afternoon...if they don't go away, I'll be
re-educated soon..." --Austin Lounge Lizards, "1984 Blues"
Received on Monday, 30 December 1996 10:00:38 UTC