Skip to content

Bug processing <abbreviated-form> elements to PDF #3937

Answered by raducoravu
gershon-pcas asked this question in Q&A
Discussion options

You must be logged in to vote

This bug might be caused by this reported problem:
#2773 (comment)
Maybe you can add an extra comment on that issue. It seems to be a side effect of this pull request #3210 by @drmacro

Looking at the dita-ot-3.7.2/plugins/org.dita.pdf2/xsl/fo/abbrev-domain.xsl, it has this line:

  <xsl:variable name="target" select="key('id', substring(@href, 2))[1]" as="element()?"/>

while the same variable in the abbrev-domain.xsl from the Oxygen DITA OT distribution was changed like this:

 <xsl:variable name="target" select="key('id', substring(@href, 2))" as="element()*"/>

Replies: 4 comments 5 replies

Comment options

You must be logged in to vote
3 replies
@gershon-pcas
Comment options

@raducoravu
Comment options

@chrispy-snps
Comment options

Answer selected by gershon-pcas
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@chrispy-snps
Comment options

@chrispy-snps
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants