Chris Papademetrious
Chris Papademetrious
My first thought was also that validation should default to the same behavior as transformation, just a "read-only" version of it. But then I realized that from a user perspective,...
Testcase here: [4337.zip](https://github.com/dita-ot/dita-ot/files/13703320/4337.zip) `` and `` handle surrounding whitespace correctly; only `` has the issue.
I think the fix would be inside `src/main/java/org/dita/dost/reader/IndexTermReader.java` by applying the `trimSpaceAtStart()` function somewhere, but I can't figure out where it should be. @raducoravu - if you see a potential...
So I think the `IndexTermReader.java` code is used only by the `htmlhelp` transformation. For `pdf2` transformations, index term processing appears to be provided by the [org.dita.index](https://github.com/dita-ot/org.dita.index/) plugin. It looks like...
In [org.dita.index](https://github.com/dita-ot/org.dita.index/), I filed the following issue: [#2](https://github.com/dita-ot/org.dita.index/issues/2): cannot build or test plugin Once that is figured out, I hope to implement a fix there.
I am not sure why these scoped keyrefs do not issue DOTJ048I instead of DOTJ047I, which is specifically for scoped key references: ``` Unable to find key definition for key...
As part of this fix, `KeyrefModule` should add an attribute or PI to references into peer maps, as requested in [this comment](https://github.com/dita-ot/dita-ot/issues/4069#issuecomment-1360689049):  This would enable a fix for #3950,...
@hcw70 - let's focus on a single issue and get it fixed. Can you provide a minimized testcase that reproduces the empty internal-destination error?
For the following testcase: REMOVED - moved to #4304 if I run the following command: ``` dita -i map.ditamap -f pdf2 --theme dita-ot-docs-theme.yaml ``` I do indeed get the failure:...
This can be marked as fixed. The `topicpull` issue was fixed in DITA-OT 3.4. A subsequent issue with `` processing was fixed in DITA-OT 3.7.4.