Jarno Elovirta

Results 50 issues of Jarno Elovirta

Add support for multiple input files per DITA-OT process. Multiple input files should work the same was as a single input file with additional resource files, except all resource files...

feature
priority/medium
preprocess
preprocess2

## Description ### Attribute names and values Currently [messages_template.xml](https://github.com/dita-ot/dita-ot/blob/develop/src/main/config/messages_template.xml) uses various expressions to reference attribute names and values of attributes. For example: > Rev attribute > 'scope' attribute > cols...

enhancement

## Description Remove support for `Customization` directory and `custom.xsl` files referenced with `cfg` URI scheme in PDF2. ## Motivation and Context Fixes #3826 ## How Has This Been Tested? Existing...

plugin/pdf
priority/medium
enhancement

## Description Read SVG images to collect linked bitmap images. ## Motivation and Context Support images with linked bitmap images. ## Type of Changes - New feature _(non-breaking change which...

preprocess
enhancement

## Description Remove support for [`Customization` directory and `custom.xsl` files referenced with `cfg` URI scheme](https://www.dita-ot.org/dev/topics/pdf-plugin-structure.html) in PDF2. ## Possible Solution The legacy extensibility API to PDF2 adds overhead and makes...

feature
plugin/pdf
priority/medium

## Description Change `dita` command (CLI) default logging level from _warning_ to _info_ and add option `-q, --quiet` to enable _warning_ level logging. To retain previous behaviour, add configuration option...

feature

## Description Replace dependency Apache Resolver with org.xmlresolver. ## Motivation and Context The [org.xmlresolver](https://github.com/ndw/xmlresolver) library has features the old Apache Resolver lacks and is under more active development. ## How...

priority/medium
enhancement
dependency

Add support for a workspace directory outside the DITA-OT installation that contains the files generated during the plugin integration. > *Note*: The discussion and examples below use OS X as...

feature
plugin-integration

## Description After map merge, ignore non-input maps in processing. ## Motivation and Context After map merge only the input maps are used in processing. Submaps are no longer used...

priority/medium
preprocess
enhancement
preprocess2

## Description Use separate cache maps by source and result for`FileInfo`. ## Motivation and Context Improve lookups by source or result. ## Type of Changes - New feature _(non-breaking change...