PDF Transformation problem

Questions about XML that are not covered by the other forums should go here.
erkinbatu
Posts: 1
Joined: Sat Apr 18, 2020 11:25 pm

PDF Transformation problem

Post 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!
Radu
Posts: 9049
Joined: Fri Jul 09, 2004 5:18 pm

Re: PDF Transformation problem

Post 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
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply