Re: FW: Defining a font and referencing

Paul Grosso <[email protected]> Mon, 19 May 2003 14:46:48 -0500
Newsgroups gmane.text.xml.xsl.general
Message-ID <[email protected]>
At 14:55 2003 05 19 -0400, Jeremy Nix wrote:

>I want to know if it is possible to define a set of fonts...i.e.:
><fo:font size=... weight=... famil=...>
>...
>and then assign id's to them and reference them in <fo:block font="REFERENCE"> tags throughout an xsl document? 


Use XSLT's attribute-set/use-attribute-set.
See http://www.w3.org/TR/xslt#attribute-sets

paul