Does anyone have experience with publishing merged cells via the DITA OT? We use Serna as editor and it uses the attirbute 'morerows' to indicate that cells...
We would like to be able to indicate that a certain topic is no longer valid, e.g. in version 8.3 it was possible to indicate that a patient is HIV-positive,...
Hi, another way I found to generate webhelp was to use the chm2web tool from http://chm2web.aklabs.com. In this case you first generate a normal chm file, and...
It turns out your first post was correct, Craig. The XML parser used by Saxon 9 Java has no problem with the ditaarch namespace declaration in the DITA DTDs....
Long time lurker - first post. This had me puzzled for days - I recently upgraded from 1.3.1 to 1.4.1 and all of a sudden some of the images in the htmlhelp...
... This sounds like a job for specialized metadata that maps directly to your specific business processes and business rules. There are two ways to add your...
... generate ... application and ... Tomcat. ... Hi, Payman - Another option you might consider is Adobe's new Technical Communication Suite which combines...
Hi Eric, Thanks so much for taking the time to provide all this great info! It is more than I expected, especially at the end of your week. :-) After I get my...
Indeed! Pretty impressive tool, and extremely easy to use. It took me exactly 15 minutes to download it, install it and generate a decent looking WebHelp from...
Advance notice: don't miss the opportunity and visit our next DITA Users Meetings in SecondLife. next Week Friday the 8th of February 2008 at 3:00 pm - 4:00 pm...
Sorry for what might be some over-broad questions: Is Microsoft's compiled Help (HxS) in any way related to CHM? Might it be possible to generate CHM with the...
Hello all. I am using the 1.3 version of the toolkit. I use Elkera to generate print output. I have not been able to figure out how to keep my reltable links...
Topic: The DITA Maturity Model - Fast-Tracking Your Enterprise Content and XML Adoption Strategy Tuesday, Feb. 5, 2008 2:00 pm ET | 11:00 am PT Presented by KM...
What tools are you using to generate the print (PDF?) output? For example, we use the Idiom pdf2 plug-in and RenderX XEP engine to generate PDF files. ~Dee ...
I'm trying to decide if I'm thinking about this issue clearly, but I think I am. The issue is this: I have a number of map and topic specializations that are...
Hi, Eliot: I think that Common is best thought of as a convenient specification of the elements common to both topic and map. A domain whose base elements are...
I use the HTML Help transform and process the generated files through RoboHelp to generate WebHelp. HTH, -- Martin Polley Technical Communicator +972 52...
For some output formats, I have found that I need to set the toc attribute to no (on the topicref) to prevent the reltable topicrefs from appearing. HTH, -- ...
... I've noticed that the HTML transform doesn't do special processing for bookmaps. Empty topicref specializations like <toc/> still produce a bullet in the...
... [Welcome to the list, and thanks for sharing your fix.] Case-insensitivity is a dangerous thing, as you've seen. It isn't even a given on Windows, since...
When I include the following in my build.xml file, the DITA Open Toolkit copies the kba.css stylesheet into the output directory, and the XHTML documents...
... Only in the sense that they both use HTML topic files, like many other Help formats. Other than that they are separate entities, despite the fact that the...
Yeah, and if you're generating eclipse output or any html pages server from a web server and do a case-insensitive copy, then you won't see your images in the...
I just ran into this, too. I copied the entryatts template and added this code: <xsl:if test='string(@morerows)'> <xsl:attribute name='number-rows-spanned'> ...
... Could you provide a little more detail on you do this Martin? I can't see an easy way to import my generated HTML files into a WebHelp project. My HTML...
Hi Ken, All I do is generate HTML Help and then open the generated HHP file in RoboHelp. (I am using RoboHelp 2002. I can't tell you if/how this works in other...
Hi Elliot and Erik, Specialization is a hot topic in my team currently and we lack experience. My current plan is to have a qtask, qconcept and a qreference...
This is what I was thinking about, I mean using DITA-OT to generate HHP file and then using RoboHelp to generate WebHelp. The problem is: In DITA-OT, there are...