Hi group Is there any reason why a regular table doesn't have the @keycol attribute? Only choicetable, simpletable and properties tables smee to have it. ...
28197
Radu Coravu
raducoravu
Aug 7, 2012 11:41 am
Hi Yves, ... Interesting idea, probably the only one which would work in the case when the IDs of the target elements are auto generated. ... So the topic is...
28198
Kristen James Eberlein
kristeneberlein
Aug 7, 2012 12:09 pm
The @keycol attribute is for simple tables; <properties> and <choicetable> are specialized from <simpletable>. The <table> element is based on the OASIS...
28199
juliov27612
julio_v27612
Aug 7, 2012 1:08 pm
Precisely, Severin. I didn't seem to find anything in searching this forum but I may have overlooked something. I started looking through the OT code but, as...
28200
Severin Foreman
severin.fore...
Aug 7, 2012 1:29 pm
I thought I remembered a post about this, but I cannot find it either. I had a similar requirement where my team wanted to include the total number of pages on...
28201
wildmountainspirit
wildmountain...
Aug 7, 2012 3:14 pm
Hi Radu, In my humblest of opinions, the caption should be above the image. That way, if there is a link to the image caption, the top of the image appears...
28202
Joe Williams
jdwinfodesign
Aug 7, 2012 5:32 pm
My company uses the DITA-OT1.5.4, primarily to output Eclipse help, but we are looking into moving other information products to DITA as well, including...
28203
juliov27612
julio_v27612
Aug 7, 2012 7:36 pm
Hi Severin, I was afraid I was going to have to do some gymnastics (and I'm not that flexible - LOL). I guess I'll have to figure out how to put that block in...
28204
Sander Verhagen
sverhagen@...
Aug 7, 2012 8:25 pm
Hi, I’ve cleaned up all hrefs, now, in all our documentation projects. So let’s see what happens :-) Best regards, Sander. From: dita-users@yahoogroups.com...
28205
Sander Verhagen
sverhagen@...
Aug 7, 2012 8:32 pm
Hi, For whomever this is following, that was not a simple Java thing to make. Just for the hack of it, I'll attach the source code. As it turns out I had...
28206
ajc8474
Aug 7, 2012 10:05 pm
I have the following construct in my bookmap: <chapter> <learningGroup navtitle="Getting Started with PowerPoint"> <learningOverviewRef navtitle="lesson intro"...
28207
leahayes72
Aug 8, 2012 12:17 am
I too would be interested in this if this is part of the DITA standard. If not then I might consider adding it to my custom XSL for PDF generation....
28208
Jarno Elovirta
jelovirt
Aug 8, 2012 5:14 am
Hi Jim, ... The above bookmap should work e.g. with DITA-OT's PDF conversion. Do you mean you want the chapter title, child list and first topic to appear in ...
28209
pommeken
Aug 8, 2012 6:52 am
Hi Aaron, Did you look at using the attributes "Product" and/or "Audience" ? You can use those for filtering out content. Regards, Christophe...
28210
Radu Coravu
raducoravu
Aug 8, 2012 8:11 am
Hi Julie, Jeremy, Thanks for the feedback. ... By default the DITA OT dita2htmlImpl.xsl stylesheet seem to not align the title at all with the image (it is...
28211
ajc8474
Aug 8, 2012 12:43 pm
I'm not trying to 'filter39; out content. The final output I'm trying to achieve for my example is: File 1: Getting Started with PowerPoint {and contents of...
28212
Eliot Kimber
drmacro
Aug 8, 2012 12:44 pm
If I understand what you're asking for, there's no way to indicate what you want in the map, as @chunk "to-content" would combine the learningGroup with all of...
28213
John
aeijohn
Aug 8, 2012 3:45 pm
Using DOT1.5.2, I recently changed OS from XP to Windows 7. In the log file I now get: BUILD FAILED Number of Fatals : 0 Number of Errors : 1 Number of...
28214
John
aeijohn
Aug 8, 2012 5:14 pm
Thanks Martin for your personal reply. Problem turned out to be not with Windows 7, but during the data transfer from one OS to the other, the DITA directory...
28215
vanRappard, Martin
dmvanrappard
Aug 8, 2012 5:43 pm
Please consider running Ant with the -v command line flag (v = verbose mode) and post the output here. Some relevant(?) lines from your log: [integrate]...
28216
juliov27612
julio_v27612
Aug 8, 2012 5:44 pm
Hi John, Looks like some sort of authorization issue with Windows 7 and the OT in terms of accessing the configuration properties. You may want to check the...
28217
ajc8474
Aug 8, 2012 7:38 pm
Eliot, Thanks for the insights. Would you happen to know where the logic resides for generating topics (map-to-topic logic)? Would we get any benefit of using...
28218
Michael Priestley
mfcpriestley
Aug 8, 2012 7:57 pm
I think you could set the chunk attribute on the parent, then set it again on each of the children except the first. It's wonky, but might get you what you...
28219
iliana_kostova2001
iliana_kosto...
Aug 9, 2012 1:53 pm
We are using maps in eclipsemap format to achieve different configuration of help information by means of a primary and several secondary TOCs. In DITA OT...
28221
Diane Schaefer
schaefer_diane
Aug 9, 2012 3:06 pm
This is a real long shot, but is there a DITA element or attribute that can be configured so that a level 3 topic entry can appear immediately under level 1 in...
28222
Sarah O'Keefe
okeefenc
Aug 9, 2012 3:10 pm
Sounds like a job for Mr. @Outputclass. Sarah ################################################################# Sarah S. O'Keefe President ...
28223
Kristen James Eberlein
kristeneberlein
Aug 9, 2012 3:28 pm
You are trying to achieve a particular formatting presentation. This means that you'll need to modify your XSL-FO style sheets (assuming that you are assuming...
28224
wildmountainspirit
wildmountain...
Aug 9, 2012 4:40 pm
Is there any chance you could add a "stub" topic between the level 1 and level 3 topics? This level 2 stub could include a sentence or two that introduces the...
28225
Patrick Quinlan
paqman_citrix
Aug 9, 2012 9:40 pm
Is it possible to configure a style-to-tag mapping so that a two-column table, with a step number in the first column, and a command in the second column,...
28226
Eliot Kimber
drmacro
Aug 10, 2012 4:59 am
Not through the mapping--the table handling uses separate code that handles the Word table markup directly. You'd have to either post-process the SimpleML to...