dita-community / org.dita-community.adjust-copy-to

Post processes the resolved map (output of the mappull preprocess step) in order to add additional copy-to values in order to ensure unique result files for all references to a given topic or to impose additional output filenaming rules, such as using navigation keys for result filenames.
Apache License 2.0
0 stars 0 forks source link

mapref does not seems to be rendered properly #2

Closed blefort closed 9 years ago

blefort commented 9 years ago

When I build the sample sequence.ditamap and output the $topicref in the html5 plugin

 <xsl:template match="*[df:isTopicRef(.)]" mode="generate-content">

in the html5 plugin, I can see the mapref. The mapref is not resolved in the temp files

     [xslt]  + [DEBUG] Handling topicref to "keys.ditamap" in mode
     [xslt]         generate-content
     [xslt]         <mapref xmlns:ditaarch="http://dita.oasis-open.org/architecture/2005/"
     [xslt]         class="+ map/topicref mapgroup-d/mapref "
     [xslt]         format="ditamap"
     [xslt]         href="keys.ditamap"
     [xslt]         xtrc="mapref:1;9:32"
     [xslt]         xtrf="/Users/blefort/DITA-OT1.8.5/dita4publishers/docs/user_docs/d4p-users-guide/html5-plugin/test-case.ditamap"/>
drmacro commented 9 years ago

This issue was a problem with the preprocessing not being right. That bug is now fixed.

blefort-uo commented 9 years ago

Cool!