Advertisement
Guest User

Untitled

a guest
Apr 17th, 2015
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE map PUBLIC "-//OASIS//DTD DITA Map//EN" "map.dtd">
  3. <map>
  4. <title>Test of @copy-to For Keyreffed Topics</title>
  5. <topicgroup>
  6. <keydef keys="topic-01" href="topic01.dita"/>
  7. </topicgroup>
  8. <topicref href="root-topic.dita">
  9. <topichead>
  10. <topicmeta>
  11. <navtitle>Use 1 of topic01 (no copy-to)</navtitle>
  12. </topicmeta>
  13. <topicref keyref="topic-01"/>
  14. </topichead>
  15. <topichead>
  16. <topicmeta>
  17. <navtitle>Use 2 of topic01 (copy-to use-02.dita)</navtitle>
  18. </topicmeta>
  19. <topicref keyref="topic-01" copy-to="use-02.dita"/>
  20. </topichead>
  21. <topichead>
  22. <topicmeta>
  23. <navtitle>Use 3 of topic01 (copy-to use-03.dita, keys="use-03")</navtitle>
  24. </topicmeta>
  25. <topicref keyref="topic-01" keys="use-03"
  26. copy-to="use-03.dita"/>
  27. </topichead>
  28. </topicref>
  29. </map>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement