I'm using Oxygen XML Editor 14.2 right now. I had a problem when I generated the WebHelp output if I use <part> in a bookmap. I didn't make any changes to the stylesheet yet. I checked the output folder, the files are all transformed to html, however, in index.html, or index_frames.html, the files which referenced using <part> in the bookmap didn't show up.
For example, in my bookmap.ditamap file, I had the following files referenced.
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE bookmap PUBLIC "-//OASIS//DTD DITA BookMap//EN" "bookmap.dtd">
<bookmap>
<booktitle>
<mainbooktitle>ABCD</mainbooktitle>
</booktitle>
<part href="aaa.dita"/>
<part href="bbb.dita">
<chapter href="ccc.dita"/>
</part>
</bookmap>
The output html file only shows ccc.html, both in the TOC and the content.
I'm wondering which xsl file I should take a look at and modify.
Thanks,
Ivy