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?

I don't think so. There is a font shorthand though where you can specify all the properties in one XML attribute.

If you are generating the FO document with XSLT, have
a look at xsl:attribute-set:
  http://www.w3.org/TR/xslt#attribute-sets
which does roughly what you seem to want.

J.Pietschmann


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to