think the error you are getting
below is that it is creating an attribute set, but with invalid values.
You need to run this through an xslt processor outside of fop to
separate your xslt issues from fo issues.
-Original Message-
From: Manuel Reyes [mailto:[EMAIL PROTECTED]
Sent: 24
/attribute-set-test.xsl; Line 6; Column 37; font-size
has an illegal attribute: {1}
file:///E:/xsl-fo/attribute-set-test.xsl; Line 7; Column 39; font-weight
has anillegal attribute: {1}
file:///E:/xsl-fo/attribute-set-test.xsl; Line 8; Column 38; text-align
has an illegal attribute: {1}
Therefore the set
It looks like you have the xsl:attribute-set as a child of the fo:flow.
I believe it needs to be a child of the root document to work correctly.
-Original Message-
From: Manuel Reyes [mailto:[EMAIL PROTECTED]
Sent: 24 November, 2003 11:37
To: [EMAIL PROTECTED]
Subject: RE: attribute-set
I do not define an attribute on another block it is
overridden with the attribute-set parameters.
TEST USING
ATTRIBUTE SET
LEFT ALIGN
LEFT ALIGN /
BOLD
RIGHT ALIGN
RIGHT
ALIGN / BOLD / 20pt FONT
10pt
bold
right
TEST USING ATTRIBUTE SET
LEFT ALIGN
LEFT ALIGN /
BOLD
t: Friday, November 21, 2003 11:48 AM
> To: [EMAIL PROTECTED]
> Subject: attribute-set
>
>
> I am having a problem when trying to use attribute sets, and
> I am unsure
> on whether this is a problem with FOP or my newbie
> implementation of the
> syntax (the most likely po
I am having a problem when trying to use attribute sets, and I am unsure
on whether this is a problem with FOP or my newbie implementation of the
syntax (the most likely possibility)
I have the following attribute-set within my document which reads in
values from an XML file :
Below this I