[xsl] Is it possible to use css stylesheets in xsl fo

Subject: [xsl] Is it possible to use css stylesheets in xsl fo
From: Mark Ivs <markivs2003@xxxxxxxxx>
Date: Mon, 5 May 2003 14:44:11 -0700 (PDT)
Is it possible to use css stylesheets in xsl fo ?

I have lot of inline style information in my xsl fo
file.

Example:
<fo:block padding-top="20pt" text-align="center"
font-family="Helvetica" font-size="14pt"
font-weight="bold">
	<xsl:value-of select="USER-TIME"/>
</fo:block>

I was wondering if it is possible to import a .css
file and do something like this...
<fo:block class="coverUserTime">
	<xsl:value-of select="USER-TIME"/>
</fo:block>

So in the class 'coverUserTime' can I specify my style
information. Is this doable ?

By doing so my code will be much cleaner. Any help on
this is appreciated.

Thanks.
Mark

__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread