I'm migrating a custom PDF plugin from DITA OT 2.4.4 to 2.5.4. It worked fine in DITA 2.4.4, but in 2.5.4, some elements are missing from the output. I've been able to work around this by adding templates for the missing elements to the custom plugin. The one I haven't been able to fix is for conditions to the body text (such as using the product attribute like ). Conditions are correctly included and excluded in the title, but not in the body of the topic.
I've looked in the provided org.dita.pdf2 plugins, but I can't find where conditions are filtered. Any suggestions on how to fix this? Thanks.