Tagged Questions

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.

learn more… | top users | synonyms

4
votes
5answers
352 views

XML for Documentation - Standards?

I need to create Documentation for a tool (Manually written User Documentation, no Developer/API Documentation from the Source Files). Now, there are about a billion different ways to do it, but I ...
3
votes
5answers
793 views

How can I override an HTML “rules” attribute using CSS?

The DITA Open Toolkit automatically inflicts some inline table attributes when one publishes to HTML, including frame="border" and rules="all". I need to override this "rules" attribute using CSS ...
2
votes
2answers
99 views

Declare ampersand in DTD?

When transforming some xml (dita) documents there is a problem with special characters, ampersand and the "less than" character (<). But to take the ampersand as the example, what is happening is ...
2
votes
0answers
266 views

Extensible framework for context-sensitive help in web application

For the web application we are currently working on, we will have to think in advance on how to roll it out to a number of different user groups. From a functional side it is important to have a ...
1
vote
1answer
189 views

Enforce a DITA version for DITA Open Toolkit 1.5.2 XSLT stylesheet

I have a .xsl that transforms xml from docbook to DITA. A problem that I'm running into, is that the .dita file thats created destroys xrefs. To fix that, I want to try to enforce a dita version ...
1
vote
1answer
211 views

Problem with php's XSLTProcessor

I'm trying to use the XSLTProcessor class in php to generate xhtml from a .dita file based on the DITA Open Toolkit's xslt files. The XSLTProcessor is working with simple xml and xslt files (e.g. ...
1
vote
1answer
109 views

Validate DITA in php

What php library should I use if I want to get the allowable attributes in a tag, or the allowable tags in a specific part of a DITA XML document, according to it's DTD or XSD? I've tried it with the ...
1
vote
2answers
245 views

How to find a XML tag with a specific attribute (in C#)

I need to get a list of tags that contain a specific attribute. I am using DITA xml and I need to find out all tags that has a href attribute. The problem here is that the attribute may be inside ...
1
vote
1answer
190 views

DITA Open Toolkit error: java.lang.StackOverflowError

I am using the DITA Open Toolkit to transform XML content to have different tag names. But one of my XML documents is not transforming... BUILD FAILED C:\DITA-OT\build.xml:55: The following error ...
1
vote
1answer
173 views

How to use DITA for checklist application?

I would like to use DITA a powerful checklist application. App should be able to do the following: 1) Define templates that will consist of tasks 2) Template can extend each other 3) Users can ...
1
vote
5answers
1k views

Adding relative path for an external graphic in a XSL document?

first of, I don't know much about XSL. I am using a app called DITA to generate pdfs. One of the things it requires is an overwrite of an xsl file; to add custom styling. I am trying to add an ...
1
vote
4answers
245 views

Can you suggest a component CMS that is compatible with IMB'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 ...
1
vote
4answers
322 views

Programmatically convert DITA to FrameMaker

Is there a toolkit available (paid or otherwise) to help with programmatically converting a DITA document to a FrameMaker one? I'm attempting to make an application that converts to multiple ...
0
votes
2answers
133 views

Fatal Error! During XSL transformation

I am using DITA OT for transforming the XML into xhtml. My xsl looks like <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE some_name [ <!ENTITY nbsp "&#160;"> ]> ...
0
votes
1answer
74 views

TOC for DITA submap

I've came across DITA recently and have been fooling around with it to evaluate if it would be applicable for our internal documentation needs. I'm trying to understand(and learn) how to properly ...
0
votes
0answers
350 views

Customize table of contents for DITA OT pdf output using XSL-FO

This is a question about DITA Open Toolkit customization, for those familiar with that. Anyone good at XSL-FO with insights into how to accomplish this is more than welcome to answer too, of course. ...
0
votes
2answers
173 views

Rails CMS: static files or database records?

I'm trying to figure out the cut-off with respect to when a "text entry" should be stored in the database vs. as a static file. Are there any rules of thumb here? The text entries will be at the ...
0
votes
2answers
227 views

DITA vs Wiki vs CMS vs?

I've been asked to find a proper documentation framework/application for use within my organization. I need something that will support the following: HTML (Single Page) HTML (Multiple Page) PDF ...
0
votes
0answers
206 views

XSL-FO: Removing automatic page breaks from all but the first first-level topic

I'm using DITA-OT 1.5.1 with FOP to generate PDFs. What I need to do is to have a page break only after the first first-level topic (which starts immediately after the table of contents) but have ...
0
votes
1answer
93 views

XPATH in XSLT - DITA XML files

I have a XML called "map.xml" which calls another xml "map1.xml".Map.xml has reference to map.xsl. In XSLT, i need to write the code to get the node value present in map1.xml? Can anyone of you ...
0
votes
3answers
151 views

Is there a .NET library or tool available for interacting with DITA content?

We are integrating documentation authored according to DITA. The DITA Open Toolkit processes all files using java whereas we are looking for a solution that allows us to work with the DITA content on ...
0
votes
2answers
292 views

XSL: Removing xml tags but keeping their contents

I recently changed a couple of my .xml files from docbook to dita. The conversion went ok, but there are some unwanted artifacts. The one I'm stumped on is that .dita does not recongnize the ...
0
votes
6answers
662 views

Open source alternative to DITA Open Toolkit

I'm working on a web app that will need to process DITA documents from persistent storage (likely a JCR). The DITA Open Toolkit is the only DITA implementation I'm aware of, but it requires all of ...
0
votes
1answer
120 views

Convert troff to nroff

My project requires me to convert DITA to nroff, but the toolkit I'm using (DITA Open Toolkit) only converts to troff. Are there any toolkits (preferably java, but any language will do) that can ...