He probado con right="" pero nastic de plastic. Lo he puesto tanto en
Código PHP:
<fo:table-column column-width="100%" right=""/>
Código PHP:
<fo:table-cell right="">
Código PHP:
<xsl:template match="fechaPublicacion">
<fo:block font-size="8pt" font-family="Verdana,Arial, Helvetica,sans-serif" color="#444343" font-weight="bold">
<xsl:apply-templates/>
</fo:block>
</xsl:template>
En resumen mi código es:
Código PHP:
...
<fo:table>
<fo:table-column column-width="100%" right=""/>
<fo:table-body>
<fo:table-row>
<fo:table-cell>
<fo:block>
<xsl:apply-templates select="fechaPublicacion"/>
</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table>
...
<xsl:template match="fechaPublicacion">
<fo:block font-size="8pt" font-family="Verdana,Arial, Helvetica,sans-serif" color="#444343" font-weight="bold">
<xsl:apply-templates/>
</fo:block>
</xsl:template>
...

Un beso y gracias
