Hello, We're contemplating using this specialization in our training program but so far, we've been lacking time to do so because we need to maintain our...
22238
Mark Peters
not_a_minifig
Apr 1, 2011 11:43 am
Thanks David! For anyone else, what David is saying is to nest the property nodes in the build_saba-transtype-pdf_template.xml file inside of the target node. ...
22239
Mark Peters
not_a_minifig
Apr 1, 2011 12:11 pm
Spoke too soon. Now my plugin doesn't reference the *customization.dir *property anymore. Output using the plugin references the PDF2 Customization directory. ...
22240
homernbender
Apr 1, 2011 12:46 pm
Hi Leigh! Silverlight does not run on the iPad. Perhaps they meant a native iOS app? From the information I gathered at the recent WritersUA conference, the...
22241
Mark Peters
not_a_minifig
Apr 1, 2011 12:46 pm
I needed to change the <propert/> elements to <param/>, and nest them under <antcall/>. This setup works. The new plugin and PDF2 plugin find their correct ...
22242
Eliot Kimber
drmacro
Apr 1, 2011 2:10 pm
The DITA for Publishers HTML2 transformation type is intended, in part, to enable the development of a tablet-focused output type, which I've tentatively...
22243
Agnes Clarke
agnes.clarke...
Apr 1, 2011 2:12 pm
I think you could improve this code by using the translate() function, which would remove the need for recursion, and probably improve the speed of the...
22244
juliov27612
julio_v27612
Apr 1, 2011 3:17 pm
Hi Alida, The issue is not whether there is a setting to colorize a piece of text, rather how to trigger that change. It's relatively simple to point the...
22245
Casey Jordan
caseydawsonj...
Apr 1, 2011 3:34 pm
Anges, Good point! I had forgotten about that. -Casey ... -- -- Casey Jordan easyDITA a product of Jorsek LLC "CaseyDJordan" on LinkedIn, Twitter & Facebook ...
22246
Alida Franco
alidafranco
Apr 1, 2011 3:38 pm
Thank you for the quick response....
22247
Don Day
nodyad
Apr 1, 2011 3:52 pm
Just to add to Julio's assessment, another way to manage the appearance is simply to change the CSS style applied to that text upon a change of system state....
22248
Ben Allums
bwallums
Apr 1, 2011 4:27 pm
... Leigh, One relevant question comes to mind: Will the help be installed on the iPad or merely accessed from the iPad? Many mobile devices, such as iPhones,...
22249
murray.smith77
Apr 1, 2011 5:28 pm
For those people using XMetaL's TopLeaf Plugin to generate PDF output, a new recipe has been posted in the online documentation describing how to display...
22250
Radu Coravu
raducoravu
Apr 3, 2011 12:55 am
Hi Stephane, There is a closed fix for a bug on the DITA Bugs list which introduced this behavior: ...
22251
colin.maudry
Apr 4, 2011 8:32 am
Agnes, Casey, thank you very much for your replies. I haven't got the time yet to test your suggestions. However, I think it could help if I tell you we use...
22252
jonatan_lundin
Apr 4, 2011 11:28 am
Hi Eliot, Thanks for your feedback. I see a need to find a robust mechanism to allow sorting of element depending on output, which is universe to its nature...
22253
torusjkl
Apr 4, 2011 11:53 am
In order to create the chm files DITA uses Microsoft's HTML SDK (htmlhelp.exe). Has anybody succeeded in creating chm files on a Linux machine using a...
22254
Mark Peters
not_a_minifig
Apr 4, 2011 3:00 pm
Hi, We're using DITA-OT 1.5.2 and RenderX XEP to produce PDF2 output. We'd like to display part and chapter numbers in the PDF bookmarks. I've been reading the...
22255
cramerdw
Apr 4, 2011 3:56 pm
I've gotten hhc.exe to compile chms under wine using these instructions: https://code.google.com/p/htmlhelp/wiki/HHW4Wine I haven't tested the resulting chms...
22256
torusjkl
Apr 4, 2011 7:37 pm
Thanks for the link. Maybe I'll just use my bash scripts under cygwin instead. It truly is agent technology. But what are better alternatives?...
22257
matthew_stern
Apr 4, 2011 7:51 pm
I'm running into the same page break issue with a topic heading orphaned on one page and the content on the next. We're using FOP with DITA OT 1.5.1. I found...
22258
David J. B. Hollis
davidjbh
Apr 4, 2011 8:14 pm
Hi Matthew, I don't know where the FOP version is documented, however, if you look inside the jar file, FOP 1.0 has support for the AFP renderer, and there's...
22259
Matthew Stern
matthew_stern
Apr 4, 2011 8:27 pm
The fop.jar file has a org\apache92;fop\render\afp folder, but there is a Version.class file that contains the string,...
22260
David J. B. Hollis
davidjbh
Apr 4, 2011 9:54 pm
Yes, you're right. I was simplistically comparing the org/apache/fop directory contents. FOP 1.0 has accessibility and afp directories under this directory,...
22261
lovonyathomas
Apr 4, 2011 10:03 pm
The JoAnn Hackos Workshop Series announces the DITA Boot Camp workshop in Fresh Meadows, NY June 20-24, 2011, taught by Bill Gearhart and Hal Trent. DITA Boot...
22262
murray.smith77
Apr 4, 2011 10:37 pm
For those people using XMetaL's TopLeaf Plugin for PDF output, a new recipe has been posted in the online documentation. See the following link. How to display...
22263
Matthew Stern
matthew_stern
Apr 4, 2011 11:58 pm
I looked at the link to Gal's post. I have xmlgraphics-commons-1.3.1.jar, instead of the 1.4 version listed in the post. So, I didn't have FOP 1.0 after all. I...
22264
ian balanza-davis
ibalanza_davis
Apr 5, 2011 7:28 am
Have a look at the output in the FO file. You may find that there is a block wrapping content as a sibling to the title block, and that is the target of the ...
22265
Agnes Clarke
agnes.clarke...
Apr 5, 2011 7:46 am
I have been looking at ways of layering FOP 1.0 on top of DITA-OT1.5.2 while keeping the toolkit relatively unchanged. My plan (when I get the time to do it)...
22266
martin.vanrappard@...
dmvanrappard
Apr 5, 2011 8:32 am
Can you post your FO file and your modified commons-attr.xsl to the list? It sounds like you have a problem with multiple <fo:block> elements inside your...