forked from dita-ot/dita-ot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request dita-ot#4258 from dita-ot/feature/fix-conref-in-ke…
…ydef-value Fix conref in keydef value in preprocess2
- Loading branch information
Showing
3 changed files
with
89 additions
and
17 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
13 changes: 13 additions & 0 deletions
13
src/test/resources/org/dita/dost/module/reader/TopicReaderModuleTest/src/root.ditamap
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<map xmlns:ditaarch="http://dita.oasis-open.org/architecture/2005/" class="- map/map " | ||
domains="(map mapgroup-d) (topic abbrev-d) (topic delay-d) a(props deliveryTarget) (map ditavalref-d) (map glossref-d) (topic hazard-d) (topic hi-d) (topic indexing-d) (topic markup-d) (topic pr-d) (topic relmgmt-d) (topic sw-d) (topic ui-d) (topic ut-d) (topic markup-d xml-d) " | ||
ditaarch:DITAArchVersion="1.3"> | ||
<title class="- topic/title ">Test Conref and Keyref</title> | ||
<keydef class="+ map/topicref mapgroup-d/keydef " keys="product-keyword" processing-role="resource-only"> | ||
<topicmeta class="- map/topicmeta "> | ||
<keywords class="- topic/keywords "> | ||
<keyword class="- topic/keyword " conref="mysite.dita#mysite/keyword"/> | ||
</keywords> | ||
</topicmeta> | ||
</keydef> | ||
<topicref class="- map/topicref " href="myproduct.dita"/> | ||
</map> |