Container element that holds the hot spot definitions for a client-side imagemap
This DTD has a series of elements used to create hot spots on a graphic using the technique of a client-side imagemap (that is, one held within the HTML page, not on an external server). The <map-group> element holds an image (Graphic) and the coordinate information used to make the hot spots (<map>) for that image. Each map contains one or more <area>s, each of which defines the shape and coordinates for one hot spot. <area> elements are empty; the attributes for each <area> provide a hot spot shape, coordinates, and the action link.
<!ELEMENT map (area+) >
...
<sec>
...
<p>...</p>
<map-group id="ch17chr04">
<graphic xlink:href="gf04chr"/>
<map map-name="04chrMap">
<area map-shape="rect" xlink:href="/books/
bv.fcgi?call=bv.View..ShowSection&rid=gnd.section.162"
map-coords="64,10,162,37"/>
<area map-shape="rect" xlink:href="/books/
bv.fcgi?call=bv.View..ShowSection&rid=gnd.section.207"
map-coords="254,8,358,36"/>
<area map-shape="rect" xlink:href="/books/
bv.fcgi?call=bv.View..ShowSection&rid=gnd.section.212"
map-coords="249,190,360,220"/>
<area map-shape="rect" xlink:href="/
books/bv.fcgi?call=bv.View..ShowSection&rid=gnd.section.256"
map-coords="252,42,341,70"/>
<area map-shape="rect" xlink:href="/books/
bv.fcgi?call=bv.View..ShowSection&rid=gnd.section.265"
map-coords="67,178,132,205"/>
<area map-shape="rect" xlink:href="/books/
bv.fcgi?call=bv.View..ShowSection&rid=gnd.section.252"
map-coords="65,306,146,357"/>
</map>
</map-group>
...</sec>
...
bookimagemap.ent