- From: omegared (sent by Nabble.com) <lists@nabble.com>
- Date: Mon, 15 May 2006 04:41:03 -0700 (PDT)
- To: www-xsl-fo@w3.org
When applying inline styles such as bold. Italic or underline this is
accomplished by using something like
<fo:block font="12pt Arial">
hello
<fo:inline font-weight="bold" color="red">world
text</fo:inline>
formatting.
</fo:block>
.
However in this example unlike my project the data and format is not
separated. I am using <xsl:value-of select=”.”> (where .=”Some
formatting”). If I used <fo:inline font-weight="bold"
color="red"><xsl:value-of select=”.”></fo:inline> it would change both hello
and world. How do you specify you want to change world only when seperatig
data and formatting?
--
View this message in context: http://www.nabble.com/How-to-use-inline-when-seperating-data-and-template-t1620392.html#a4390514
Sent from the w3.org - www-xsl-fo forum at Nabble.com.
Received on Monday, 15 May 2006 11:41:16 UTC