Closed markgif closed 9 years ago
Fixed in commit e4f5d6bb3aad46a750faaae62c7d037e0ff6f3ad, deployed to production.
The changes in e4f5d6b fix the following error:
[xslt] /.../dita-ot/plugins/com.example.pdf/cfg/fo/xsl/custom.xsl:21:155:
Fatal Error! XPath syntax error at char 59 on line 21 in {...c-func:isAbsolute(@href)) t...}:
[xslt] Cannot find a matching 1-argument function named
{http://www.idiominc.com/opentopic/exsl/function}isAbsolute()
But build still fails with the following error:
[xslt] /.../dita-ot/plugins/com.example.pdf/cfg/fo/xsl/custom.xsl:4:38:
Fatal Error! Duplicate named template
(see line 17 of file:/.../dita-ot/plugins/com.example.pdf/cfg/fo/xsl/custom.xsl)
Line 17 defines <xsl:template name="e:cover-image">
, but this is already defined above beginning on Line 4.
Temporarily commenting out the second template occurrence beginning on Line 17 allows build to succeed.
Tested w/ DITA-OT version 1.7 & XEP.
Support for DITA-OT 1.x has been removed. Thus closing this as obsolete.
The plugin produced has this line in front-matter.xsl in this line:
This crashes the PDF build in Oxygen using DITA OT 1.8 because it is not defined.