Questions tagged [dita]

DITA is an XML architecture for documentation. It stands for Darwin Information Typing Architecture. Viewed by some as a competitor to DocBook, it focuses mainly on modular units of documentation, but it also borrows other principles from programming, such as typing and inheritance.

DITA can be used to write documentation in a standard XML-based structure, then publish that documentation into various output formats such as online help or PDF.

The four letters in DITA stand for its four principles:

  • Darwin: inheritance; the ability of a unit of documentation to inherit style and structure from its parent
  • Information: the focus on transmitting knowledge
  • Typing: the principle of describing the structure of a unit of documentation in a way that can be processed by machines
  • Architecture: rather than being a set of tools, DITA is really a specification for a method of constructing documentation

DITA's reference implementation is the DITA Open Toolkit (DITA-OT), originally developed at IBM and released as open source. https://www.dita-ot.org/

It is now an OASIS standard. http://dita.xml.org/

You can use the DITA tag for questions about installing tools such as the DITA Open Toolkit, or related plugins for IDEs or editors, as well as for technical questions about customization of the DITA XSL stylesheets, or writing your own customizations.

328 questions
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
1 answer

Is there a way to reuse content but substitute local values in DITA

I have a project that is written in DITA and I have run into a reuse scenario that I thought would be easy to address, but I can't find a way to do it. I want to reuse certain chunks of content across multiple topics in a document, but to substitute…
user2177304
0
votes
1 answer

converting arbortext xml to DITA or something that can be converted to DITA

Anyone know of shortcut method to convert arbortext xml to DITA XML. Maybe an xslt file that changes custom arbortext tags to equivalent dita tags. Maybe a script or program that converts to html first then I could use oxygen to convert to dita.
Jeff Cunningham
  • 145
  • 1
  • 11
0
votes
2 answers

validate XML via OASIS DITA dtd

I have a problem when validating a file against a DTD. XML files says only: and that bit cannot be changed. I have the DTD files (there's actually 98 DTD files in 16…
Bartosz
  • 4,406
  • 7
  • 41
  • 80
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
2 answers

metadata in dita content

I have a requirement to include (precisely) a traceability mechanism of my requirements in the source documentation (in DITA). For example, the requirement IFU1234 indicates that we have to include the information about product disposal and…
annette.b
  • 3
  • 1
0
votes
2 answers

DITA DTD constraint for table and figure

Can anyone help me create DITA DTD constraints? I want to create Constraints for figure, image and table. Image tag with alt tag mandatroy I want the figure title to also be mandatory, while table title, desc, and thead with at least one entry.
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

Validating DITA in Eclipse

my team created a project in Frame Maker and we want to convert it to DITA (that will be edited with Frame Maker). The conversion is done with Mif2go. It is complicated step and the DITA files may contain incomplete information. I was suggested to…
0
votes
1 answer

Nested content in DITA

I am quite new to DITA authoring, and trying to accomplish a quite simple task. I have separated chapter in topics, but within topics I have nested content. I gave a try to sections, but seems I cannot nest them, and also sectiondiv doesn't have…
Leonardo
  • 9,607
  • 17
  • 49
  • 89
0
votes
5 answers

Can you suggest a component CMS that is compatible with IBM's DITA

I am looking for a Component CMS solution that is compatible with IBM's DITA in terms of preserving the document hierarchy/structure created in DITA (ditamaps). I am not necessarily looking for an open source solution. Other requirements would be: …
user259468
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

XPath selector not working during PDF transformation

I have a DITA bookmap where I am storing image paths:
Matt
  • 5,315
  • 1
  • 30
  • 57
0
votes
2 answers

xml authoring , dita web based editor

I'm looking for web based dita(topic,concept,reference,ditamap) editor. Example site : xopus Early I used the same editor for creating xml files and converting them into doc,docx,pdf etc. But Now I got requirement to generate dita complaint xml…
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
1 2 3
21
22