Skip to content

Instantly share code, notes, and snippets.

@markgif
Created September 21, 2018 01:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markgif/a1e689ed50f786fd4c7909e8d00d76ea to your computer and use it in GitHub Desktop.
Save markgif/a1e689ed50f786fd4c7909e8d00d76ea to your computer and use it in GitHub Desktop.
XDITA map and topic.
// XDITA map
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE map PUBLIC "-//OASIS//DTD LIGHTWEIGHT DITA Map//EN" "map.dtd">
<map id="map_pyq_dzc_2fb">
<topicmeta>
<navtitle/>
</topicmeta>
<topicref href="aa-oxy-1.dita"/>
</map>
// XDITA topic referenced from above map
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE topic PUBLIC "-//OASIS//DTD LIGHTWEIGHT DITA Topic//EN" "topic.dtd">
<topic id="topic_hgw_fzc_2fb">
<title>lw dita from oxygen</title>
<body>
<p>here is some test.</p>
</body>
</topic>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment