Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
Hi,
I'm using the 40051C 6.0 military standard architecture. I'm trying to produce PDF output that includes continuation headings for tables that go from one page to the next. It's not working so I looked in the table-v6_0.xsl config file and found some code looks related to this output but is commented out.
<!-- <fo:marker marker-class-name="tabletitle"/>-->
<!--<fo:marker marker-class-name="tabletitle">
<xsl:value-of select="title"/> - (CONTINUED)
</fo:marker>--> <!-- Doesn't go here. Works but gives and error on output -->
<!--<fo:block>
<fo:marker marker-class-name="table-caption-continued">
<xsl:apply-templates select="title" /> - Continued </fo:marker>
</fo:block>-->
I tried the output with the code uncommented, but it still didn't work. Do you know if this is a feature that doesn't work in this architecture?
Thanks,
Bob