Skip to content

Instantly share code, notes, and snippets.

@kvantomme
Created November 27, 2012 11:50
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 kvantomme/4153863 to your computer and use it in GitHub Desktop.
Save kvantomme/4153863 to your computer and use it in GitHub Desktop.
Mapping Freemind .mm to ditamap
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE map PUBLIC "-//OASIS//DTD DITA Map//EN" "map.dtd">
<map title="DITA test">
<topicref navtitle="Concepts" href="Concepts.xml">
<topicref navtitle="Concept 1" href="Concept 1.xml">
</topicref>
<topicref navtitle="Concept 2" href="Concept 2.xml">
</topicref>
</topicref>
<topicref navtitle="Tasks" href="Tasks.xml">
<topicref navtitle="example task 1" href="example task 1.xml">
</topicref>
</topicref>
<topicref navtitle="References" href="References.xml">
<topicref navtitle="example reference 1" href="example reference 1.xml">
</topicref>
<topicref navtitle="example reference 2" href="example reference 2.xml">
</topicref>
</topicref>
</map>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment