Skip to content

Instantly share code, notes, and snippets.

@eerohele
Last active December 22, 2015 07:18
Show Gist options
  • Save eerohele/6437052 to your computer and use it in GitHub Desktop.
Save eerohele/6437052 to your computer and use it in GitHub Desktop.
dita-ot/dita-ot #1407
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
<concept id="concept">
<title>A concept</title>
<conbody>
<imagemap>
<image align="left" height="167px" href="images/chrysanthemum.jpg" placement="break" width="250px"/>
<area>
<shape>rect</shape>
<coords>0,10,20,30</coords>
<xref format="dita" href="#concept/a">a</xref>
</area>
<area>
<shape>rect</shape>
<coords>40,50,60,70</coords>
<xref format="dita" href="#concept/b">b</xref>
</area>
</imagemap>
<p id="a">a</p>
<p id="b">b</p>
</conbody>
</concept>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE map PUBLIC "-//OASIS//DTD DITA Map//EN" "map.dtd">
<map id="imagemap">
<title>Imagemap</title>
<topicref href="concept.dita" type="concept"/>
</map>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment