RE: attribute-set

2003-11-24 Thread Chris Adams
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

RE: attribute-set

2003-11-24 Thread Manuel Reyes
/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

RE: attribute-set

2003-11-24 Thread Chris Adams
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

RE: attribute-set

2003-11-24 Thread Manuel Reyes
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

RE: attribute-set

2003-11-24 Thread Beer, Christian
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

attribute-set

2003-11-21 Thread Manuel Reyes
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