Page 1 of 1

PDF Transformation problem

Posted: Sat Apr 25, 2020 5:25 pm
by erkinbatu
Hello,

First of all, please apologize if I use not technical terminology to call something, I'm not a programmer and just user. I have an issue that somethings show in individual PDF transformation, but not showing up in "xIncludeMerge" transformation. FYI on xIncludeMerge, We have bunch of xml files and what xIncludeMerge does is to call assigned xml files.

For example, <note>BLAH BLAH<\note> will show up in the single PDF transformation phase, as well as xIncludeMerge,
NOTE: BLAH BLAH

but <g4-interval-note>BLAH BLAH <\g4-interval-note> will show in single PDF transformation as:
INTERVAL NOTE: BLAH BLAH

and its xincludeMerge Phase, the PDF doesn't show attribute name:
BLAH BLAH.

Is there any way I can have a control to that?

Thanks!

Re: PDF Transformation problem

Posted: Mon Apr 27, 2020 7:26 am
by Radu
Hi,

You seem to have a custom XML publishing workflow, probably that PDF is generated using custom XSLT which generates XSL-FO.
Without knowing your publishing workflow and what your XSLT processing does it's hard to give advice.
You should probably try to locate the XSLT template which matches "g4-interval-note" and see how it decides to add the INTERVAL NOTE prefix before the element.

Regards,
Radu