Last active
December 22, 2015 07:18
-
-
Save eerohele/6437052 to your computer and use it in GitHub Desktop.
dita-ot/dita-ot #1407
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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