-
In several previous releases of DITA-OT (I've been doing this for at least 5 years across various companies), I have configured my bookmaps to reference a quantity of data via conrefs. This way I can…
-
## Expected Behavior
No warning should be fired, because the DITA code should be correct.
**bookmap.ditamap**
```xml
test
```
**glossary.ditamap**
…
-
The function add_color_settings_parameter has an error, because when it is called a critical error from Bookmap appears.
This is the script to test the error:
```python
import pyl1api as bm
RE…
-
There is a way to specify the titles of images and thus create figures for them: https://github.com/jelovirt/org.lwdita/wiki/Common-syntax#images
For tables right now people need to write the title a…
-
A propos this topic:
http://www.learningdita.com/topic/lc_adding_topichead/
The best practice guide seems to deprecate this totally:
https://www.oxygenxml.com/dita/styleguide/webhelp-feedback…
-
-
## Actual behavior
In PDF output the `abbreviated-form` corresponding to a glossary entry is not resolved as the same depending if it calls from a `topic` or a `concept`
In a `topic`, `glossAcronym`…
-
I'm trying to use `buildMutation`, and it doesn't seem to be working correctly. I'm also confused by the discrepancy between docs and source.
The [Amplify API docs](https://aws-amplify.github.io/do…
-
Tested with DITA OT 2.2.5 and manual build from dev branch. Problem does not occur with DITA OT 1.8.
We detected this problem in our user's manual but I managed to trim it down to two files.
Samples a…
-
The scripts assume, that a bookmap is used. Further on, they sometimes address elements by their names, which does not work when using specializations and is no common DITA practice.
Example: https:/…