The simplest thing to try is to delete the cached files to make sure that your latest changes are being read. To do so, stop the infocenter, then shutdown the...
That had no effect - the Workbench remains. I'm using the "clean" command on startup which I think is supposed to prevent caching from getting in the way of...
Yes, you're right about clean. I'm afraid I can't help your further with the Workbench User Guide. I have just one other suggested test to make sure you've set...
There's a generated file or directory that has to be deleted before restarting for some changes to take effect. Anybody remember the details? On Oct 1, 2009...
Nothing is being hidden, including my own content. So, this is probably a configuration issue, somewhere in there... I'll continue to play with it. Thanks...
I will give this a try, thanks, and report back, with code if it doesn't work. Perhaps I didn't write the code correctly the first time I tried it. The...
... In the above example, the <topic label line ends with "/>". That's the equivelent of </topic>, isn't it? So why do you also have a </topic> on the third...
As I noted in my first reply, the examples in the documentation have extraneous entries that causee errors. The <topic ...> tag is causing the problems. All...
... Ok, I took a very simiple example from my TOC that has three levels and tried to apply the code you supplied. It didn't work. Can you tell me what I am...
Get rid of the <label ...>: toc.xml: <link toc="../com.axiomainc.studio.help/tocwelcome.xml"/> <link toc="../com.axiomainc.studio.help/tocextras.xml"/> </toc>...
Hi all, I am building a tool chain for help authoring that starts with DocBook XML and results in an Infocenter. The Infocenter will reside next to a web...
To copy the URL for a specific topic, right-click a node in the Contents pane, and then select Copy Shortcut (Internet Explorer) or Copy Link Location...
Correct, #1 applies only to HTML Help (.chm) output. For a web app, you can do whatever you want, as long as the web app ends up being able to construct the...
That's interesting. I do have my helpData.xml file set up correctly (I can reorder TOC items at will) but the <hidden> tag has no effect. It was ever thus;...
That sounds a little familiar. I think I had the same problem when I first set it up. My hazy memory is that it was a minute problem with the structure of...
Peter, Yes, mine looks exactly like that. I've tried everything I could think of, down to messing with the indentation, looking for characters with weird ...
Ideally, I'd like to embed topic codes into my source XML and have those codes referenced by the the application. For example, I could have a chapter in the...
Thanks, Wendy. Yes on the clean option, and yes on deleting those folders. I've established that the helpData.xml file is hooked up right, because I can...
Actually, I just realized that I'm only hiding docs in Eclipse Help, the help that comes with our Eclipse application. For the InfoCenter (which is served from...
What are you using to generate the HTML topic files for the Eclipse plug-in you're running in the infocenter? The application is not being built with Eclipse...
I'm using DocBook xsltproc. I use an eclipse_extend.xsl file in processing which creates all the topic files. It works great. The reason I'm going this route...
That can certainly be done. Study the code in the DocBook xsls that generates the toc.xml file. What you'll want to do is generate something like that (but...
David - thanks for your help. My content is chunked, so I'm on the right track. I'll see how far I can get solo and then tap the docbook-apps list for help...
Hi Ted, Your message reminded me of the time when you weren't seeing your CSS file being applied to the "contents" topic pages that the Eclipse help...
Hi All, I have found an easy way to structure the help document order in Table of contents panel and hide Eclipse Help content in Eclipse Help/Infocenter. ...
Hi All, I have found an easy way to hide Eclipse Help content on Infocenter. With the proposed solution, one doesn't have to use multiple helpdata.xml files or...