[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: XSL-Fo and CSS

Subject: RE: XSL-Fo and CSS
From: Joshua.Kuswadi@xxxxxxxxxxxxxxxxxxxx
Date: Tue, 30 Oct 2001 10:55:15 +1100
xsl fo attribute set
> Hello everybody!
Hi Dieter,

> A question about XSL-FO:
> 
> Is there a possibility in XSL-FO to put the format 
> specification of external
> CSS-files and integrate them later in <fo:...>-Tags?
> It should be similar as CSS concept for HTML.
> 
> Otherwise, how can I implement it else?
One thing I used when trying to achieve a similar result was to use the <xsl:attribute-set> functionality.

For example, in my XSL I had:
<xsl:element name="fo:block" use-attribute-sets="heading">
 ... stuff for the fo:block here ...
</xsl:element>

<xsl:attribute-set name="heading">
	<xsl:attribute name="font-size">16pt</xsl:attribute>
	<xsl:attribute name="font-weight">bold</xsl:attribute>
	<xsl:attribute name="color">#003366</xsl:attribute>
	<xsl:attribute name="space-before">12pt</xsl:attribute>
</xsl:attribute-set>

which should create:
<fo:block font-size="16pt" font-weight="bold" color="#003366" space-before="12pt">
 ... result of the stuff for the fo:block here ...
</fo:block>

Hope that helps,
Joshua

------------------------------------------------------------------------------
This message and any attachment is confidential and may be privileged or otherwise protected from disclosure.  If you have received it by mistake please let us know by reply and then delete it from your system; you should not copy the message or disclose its contents to anyone.





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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.