Eliot Kimber
Eliot Kimber
While I think it is best (and, if I had my way, mandatory) practice to include all dependencies needed to process the map's resources in the map (i.e., using resource-only...
All that said, given that there is a simple workaround that reflects best practice, I would not give this issue very high priority. However, we should verify that resolution of...
My expectation had kind of been that someone would migrate my OT 1.x plugins to the 2.x OT as the basis for formal 1.3 support. Most of them should just...
I implemented basic support for DITA 1.3 features for the 1.8.5 OT and those plugins are in the DITA Community project, e.g.: https://github.com/dita-community/dita13-dita-ot-1.x-support https://github.com/dita-community/org.dita-community.dita13.equationdomain.html These may or may not work...
I am seeing XSLT and Java failures when trying to process properties tables with 3.6.0 and 3.6.1. The same topics are processed correctly with 2.5.4.
One issue I'm seeing is that when the properties table does not have headers then the code to generate them causes an XSLT runtime error because it invokes the dita-ot:generate-stable-id()...
Created pull request to correct dita-ot:generate-stable-id() failure: https://github.com/dita-ot/dita-ot/pull/3777
I would consider the example above to be user error: reltable links should never use direct URL references because the context of the intended target is ambiguous and, in the...
While I can work around the issue I think it's a potentially serious problem for BaseX because it means that certain processing cannot be implemented using generic XQuery functions. If...
Somehow I didn't see the May 4 update for this issue. I'll see if I can evaluate this fix in the context of my current D4ST code.