Replies: 1 comment
-
|
The If that's not the case, I'm really surprised that the fourth method at least did not work. I cannot remember if we ever had support for putting The 3.7.4 release isn't that old, all things considered, but it's worth trying with the most recent stable release. With the most recent release, you could also try using DITA 2.0 if you have time to play around more, in that case the chunk value would switch to |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I have a submap that publishes to PDF successfully:
I need to reference this submap from a parent map and publish the submap content as a single HTML page:
Constraint 1: I cannot modify the submap structure (it's shared with PDF output).
Constraint 2: I cannot have separate submaps - one for PDF output and another for HTML.
Goal: When parent map is published to HTML, each submap becomes one HTML page.
Using DITA-OT 3.7.4 with DITA 1.3, I tried:
<mapref href="submap1.ditamap" chunk="to-content"/><topichead navtitle="Section 1" chunk="to-content"><mapref .../></topichead><topicref navtitle="Section 1" chunk="to-content"><mapref .../></topicref><topicref navtitle="Section 1" chunk="to-content" href="overview.dita"><mapref .../></topicref>None produced the expected single-page output. Instead, I got a lot of chunk-related errors and missing content. For example:

Is there a supported way to chunk mapref content into a single file without modifying the child map? Like I said, I tried DITA-OT 3.7.4 with DITA 1.3 but I'm open to trying other DITA-OT and DITA spec versions.
Beta Was this translation helpful? Give feedback.
All reactions