Julien Lacour
Julien Lacour
@jelovirt sure, I was waiting for you to indicate on which branch :)
The problem occurs more generally on every , I'll check in the XSLT stylesheet if there's a way to fix all the links at once.
The @scale attribute can be processed for images just by applying its template in "imagemap-image" mode in ut-d.xsl: ``` ```
For processing the @scale on elements we can add another template in topic.xsl and we can also modify the original @scale template to handle double scaling (on both imagemap and...
A solution could be to call a new template in `org.dita.pdf2\xsl\fo\toc.xsl` and create this template in all three pdf2 plugins (axf, fop, xep) but only implement it in `org.dita.pdf2.fop`.
We successfully integrate all version 2.7 FOP, FOP-Images and XML Graphics Commons libraries into Oxygen. At this time both pdf2 and pdf-css plugins are working fine and no failures appeared...
The problem also occurs with '#': ``. The #landscape file did exist in img directory. The '#' position doesn't change anything, it fails with land#scape.jpg and href="img/land%23scape.jpg" in the same...
@jelovirt this is the actual file path: I have an img/ directory containing a file called "#landscape.jpg". I'm convinced this is a complicated case to treat as both "/" and...
From what I can see, DITA-OT 4.1.1 already includes FOP-2.8, we can close this.
Another Oxygen user encountered this problem. I re-tested it using dita-ot-4.2.2 and html5 transformation but the problem persists. I also tested with both preprocess and preprocess2 with the same result.