Eclipse help toc xml files. Why are things included/excluded?
I've been experimenting with generating Eclipse help, because down the road I'll need to provide content for a product developed with Eclipse.
I'm using RoboHelp HTML v9 and FrameMaker 10 (TCS 3).
First, I opened a project created from scratch in RoboHelp by manually adding the topics one at a time. Then I generated Eclipse help. (I selected
Tools > Scripts > Eclipse Help Generator.)
Next, I opened another project that I created by linking a FrameMaker book to RoboHelp. Then I generated Eclipse help for it as well.
When I looked at the output files for each project, I noticed some differences.
The TOC XML file generated from the project I created from scratch shows every topic in the TOC for that project.
For example:
<?xml version="1.0" encoding="UTF-8" ?>
- <toc label="My Product Guide">
<topic label="Introduction" href="first_topic.htm" />
<topic label="The Work Area" href="work_area.htm" />
<topic label="Basic Tasks" href="basic_tasks.htm" />
<topic label="Technical Support" href="tech_support.htm" />
- <topic label="Usign My Product">
...and so on.
The TOC XML file generated from the project that has a linked FM book only shows this:
<?xml version="1.0" encoding="UTF-8" ?>
<toc label="ProductGuideHelp" /> NOTE: ProductGuideHelp was the name of the RoboHelp project.
Furthermore, the output for the project created from scratch includes an HTML file for each topic added in that project. The output for the project
created by linking an FM book does not include a separate HTML file for each topic. When I can find the content, it's in HTML files that I wouldn't expect.
For example, a topic from a middle section of the project is in the file titled whskin_homepage.hmtl.
So...what's going on?
Thank you.
Mel
