On Tue, Nov 9, 2010 at 09:11, DeanNelson <deannel...@aol.com> wrote:
> Tom,
> Here is what I use:
>
> <!-- Change the font size of the block or para -->
> <xsl:template match="pa...@font-size]">
>            <fo:block font-size="{...@font-size}">
>                <xsl:apply-templates/>
>           </fo:block>
> </xsl:template>
> and you need to use <para font-size="yada-yada"> where "yada-yada" is any
> font-size or percentage.

Aha, I'm trying to modify the wrong thing!  I'm trying to do the mod
to an entry in a table without a para--I'll add the para and apply
your solution and report back.

Regards,

-Tom

---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-apps-unsubscr...@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-h...@lists.oasis-open.org

Reply via email to