Re: use-attribute-sets

I think you pretty much have to use the xsl: prefix (or whatever maps to the
XSLT namespace). Otherwise, the "use-attribute-sets" just looks like an
attribute specified on fo:block, and why should the XSLT processor know (or
care) whether fo:block has or doesn't have a "use-attribute-sets" attribute?

I mean, FOP doesn't like the former either. :-)

Regards,
Arved Sandstrom

----- Original Message -----
From: Dave Pawson <daveP@dpawson.freeserve.co.uk>
To: <www-xsl-fo@w3.org>
Sent: Sunday, March 11, 2001 12:51 PM
Subject: use-attribute-sets


>
> <fo:block use-attribute-sets="head1">
>
> or
>
> <fo:block xsl:use-attribute-sets="head1">
>
> xep and antenna house don't like the former.
>
> Is the namespace-prefix OK or is it just the XSLT processor
> not taking the ns through to the output file?
>
> Confused, DaveP
>
>

Received on Sunday, 11 March 2001 14:28:56 UTC