Skip to content

Instantly share code, notes, and snippets.

@eerohele
Created March 5, 2014 08:26
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 eerohele/9363303 to your computer and use it in GitHub Desktop.
Save eerohele/9363303 to your computer and use it in GitHub Desktop.
dita-ot/dita-ot #1454
<?xml version="1.0" encoding="UTF-8"?>
<val>
<prop action="flag" att="audience" val="my-audience">
<startflag>
<alt-text>my-audience (</alt-text>
</startflag>
<endflag>
<alt-text>)</alt-text>
</endflag>
</prop>
</val>
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE map PUBLIC "-//OASIS//DTD DITA Map//EN" "map.dtd">
<map id="id-1454" title="dita-ot/dita-ot #1454">
<topicref href="topic1.dita"/>
</map>
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
<topic id="topic" xml:lang="en-us">
<title>Topic 1</title>
<body>
<p audience="my-audience">Hello, world 1!</p>
<p>Hello, world 1!</p>
</body>
</topic>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment