[xsl] Different Font Size in a block

Subject: [xsl] Different Font Size in a block
From: Jesse Schaaf <schajx@xxxxxxxxxxxxx>
Date: Tue, 24 Jan 2012 16:19:20 -0600
There has to be a simple answer to this one.
I have a block statement as such:
<fo:block>&#x2022; = Utilization Management (UM)		</fo:block>

However the bullet(or &#x2022;) needs to be in a larger font. I know I can add font-size to the block statement but that would increase the other text inside the block which I do not want to do.

I know this is not correct but here is what I am trying to do:
<fo:block><FONT line-height="13pt" font-size="15pt"> &#x2022;</FONT> = Utilization Management (UM)</fo:block>


I tried using another block but it forces a line break. I know I can use a table with two cells however I have to believe there is a simple tag I can use for this?


-- Jesse Schaaf Schaafnet Consulting www.schaafnet.com 952-463-7625

Current Thread