Questions tagged [dita-ot]

Questions about the DITA Open Toolkit, an open-source reference implementation of transformations from DITA XML to various end-user deliverables, including HTML and PDF.

The DITA Open Toolkit (sometimes shortened to DITA-OT or toolkit) is used by many other tools as the basis for building deliverables from DITA source files. It assembles the source files as specified in a DITA map file, implements flagging and filtering as specified by an optional DITAVAL file, and uses XSLT to create end-user deliverables.

DITA Open Toolkit is run in Java, and build parameters can be passed to the toolkit either by creating an Ant build file (preferred) or directly to the Java process.

In the case of PDF output, the XSLT generates an XSL-FO object that is then transformed by an FO rendering engine. The DITA Open Toolkit includes the open-source Apache FOP engine, but third-party engines can be used with the toolkit as well.

More information about the DITA Open Toolkit is available dita-ot.org

148 questions
0
votes
0 answers

Images in DITA-OT

I'm creating a publication using DITA and the out of the box DITA-OT pdf2 plugin. The images are not scaling to fit the page, but instead are running huge and being cut off by the page. I prefer to keep the out of the box plugin in tact, so I first…
kmerin22
  • 1
  • 1
0
votes
1 answer

Need help in understanding xsl import statement from DITA-OT xsl

The statement is as follows: I am new to XSL. I know the href attribute requires a URI but how does the href value resolve to a URI in the above statement. This code is part of the…
0
votes
1 answer

Error running DITA-OT 2.0.1 with XEP

Short story: I've been using DITA-OT 1.5 for quite a while, and decided to try out switching to 2.0.1. I've followed the install instructions on http://www.dita-ot.org/2.0/readme/installing-minimal-package-on-linux.html I'm using xep as the fo…
Guillaume S.
  • 272
  • 1
  • 3
  • 13
0
votes
1 answer

DITA-0T 2.1: CAN create new output, but cannot create new output AND log file, too

For DITA Open Tookit 2.1.0. IF I create a new output as follows, THEN the command runs to completion: dita -v -f html5 -i samples/sequence.ditamap -o OUTPUT/HTML5 DITA-OT 2.10 creates an initial OUTPUT/[outputType] sub-folder structure, builds the…
RBV
  • 1,367
  • 1
  • 14
  • 33
0
votes
1 answer

XSL: how to display an value based another attribute value?

I'm working on a DITA customization plug-in to generate a PDF with XEP engine (and based on DITA Open toolkit). I'd like to have some content in a PDF layer (OCG), does anyone know if it's possible and if so, how? Thanks, Annette
annette.b
  • 3
  • 1
0
votes
1 answer

DITA Open Toolkit CHM (HTML Help Workshop) output

I use the DITA Open Toolkit to convert my DITA files into CHM (HTML Help Worskhop) and tocjs (HTML) format. I need to copy the content of 1 topic into all the others topics of my map (like a header file for example). I tested to create a header…
Tchob
  • 1
0
votes
3 answers

What are the steps needed in DITA-OT to pass ANT command line parameters to custom plugin's override XSLT-script

This question follows this: Is it possible to pass custom ANT parameters into custom plugin with DITA-OT? I have plugin folder called: com.mymods.pdf under DITA-OT/plugins folder. Under is explained the structure and files shortly (follows this…
sailfish
  • 43
  • 6
0
votes
1 answer

missing ibmUtilitiesDomain ent and mod file in DITA-OT

I have the following code segment %ibmut-d-dec;
0
votes
1 answer

ToC in xslfo with same Topic multiple times Issue

Happy New Year! My dita map consists of sub maps with topics in it. If a topic occurs in multiple dita sub-maps, then in the ToC there is a page number and link referring to the first time the topic occurs in the document. It is because of the ID…
user1749707
  • 159
  • 14
0
votes
2 answers

TM tag in TOC doesn't match TM in content

We noticed a situation (PDF) where the reg mark in the TOC entry generated the symbol a bit higher than it appears in the content. Here's a screencap. The top is the TOC and you can see the registered mark is much higher than the bottom example…
Matt
  • 5,315
  • 1
  • 30
  • 57
0
votes
1 answer

Run DITA OT in Mac OS?

The DITA OT documentation has quite a bit of information about how to run the DITA OT in a Windows environment, but not much at all about running it in Mac OS. What is the procedure for running it in Mac OS (Mountain Lion)? Especially if you need to…
Anders
  • 12,556
  • 24
  • 104
  • 151
-1
votes
2 answers

Can i have the PDF revision history or revision number or value in the DITA PDF output?

I need to provide a way for the customers to know the PDF revision numbers or date. I need to have the revision value or timestamp or anything similar at the footnote of the PDF. I tried adding tags in the bookmeta, but they are not picked during…
Shahul Hameed
  • 181
  • 2
  • 5
  • 16
-1
votes
1 answer

how to call a custom PDF plug-in in dita-ot -3.0

I am a non-programmer TW, thank you first for your help, if any.(* ̄︶ ̄) I custom a PDF plugin by using http://dita-generator.elovirta.com/. and use dita --install command to install the plugin .zip file. I check the plugins file in default…
Lily
  • 17
  • 3
1 2 3
9
10