Created
March 5, 2014 08:26
-
-
Save eerohele/9363303 to your computer and use it in GitHub Desktop.
dita-ot/dita-ot #1454
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"?> | |
<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> |
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="id-1454" title="dita-ot/dita-ot #1454"> | |
<topicref href="topic1.dita"/> | |
</map> |
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 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