Chris Papademetrious

Results 44 issues of Chris Papademetrious

## Description Currently when a specified rewrite rules file cannot be found, the error does not clearly identify the problem: ``` $ dita -i topic.dita -f html5 -Dresult.rewrite-rule.xsl=NOTFOUND.xsl Error: java.lang.NullPointerException:...

Signed-off-by: chrispy ## Description This change ensures that `dita-ot:matches-linktext-class()` is not called with an empty sequence, which causes the function to fail with an exception because it requires a `@class`...

## Expected Behavior If I have a `` with `@rev` defined in a map: ```xml Map ``` and that topic's content is hidden using `@props` (or other exclusion filtering): ```xml...

bug
priority/medium
preprocess

## Description Currently, DITA-OT project file publishing is limited to publishing one deliverable or all deliverables. To publish subsets of deliverables, the `` definitions must be split into multiple files,...

priority/medium
enhancement
project

## Expected Behavior The "place-tbl-lbl" named template (in org.dita.html5/xsl/tables.xsl) should be either commented or deprecated if it is not currently used. When I tried to override figure and table titles,...

## Expected Behavior If the current `@keyscope` region has multiple values (1) and a variable is defined (2), that variable should resolve both in a `` element (3) as well...

bug
priority/medium
preprocess/keyref

## Expected Behavior When a `` and its referenced `` both have `@keyscope` defined: ![4013](https://user-images.githubusercontent.com/50950969/193274087-604ca527-f0bf-4481-9570-f2210dc9b74c.svg) I expected the transformation to behave as described in [2.3.4.2 Key scopes](http://docs.oasis-open.org/dita/dita/v1.3/errata02/os/complete/part2-tech-content/archSpec/base/keyScopes.html) in the DITA...

bug

## Expected Behavior If a topic file has a `+` in its file name: ``` My Map ``` then transformations should succeed normally. ## Actual Behavior HTML-based transformations crash as...

bug

## Expected Behavior When I run a transformation on the following files, where (1) there is a peer and local mapref of the same submap, and (2) there is a...

bug

## Description In the `maplink` preprocessing step, related link processing is updated to consider references to topics duplicated by branch filtering. ## Motivation and Context Fixes #3989. ## How Has...