You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by bu...@apache.org on 2007/09/04 17:25:47 UTC

DO NOT REPLY [Bug 43306] - ErrorMessage (text-weight=bold)

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43306>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43306


bowditch_chris@hotmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Additional Comments From bowditch_chris@hotmail.com  2007-09-04 08:25 -------
text-weight is not a valid FO Property, so FOP is correct to throw an error 
telling the user that it is invalid. I couldn't tell this from your post, but 
running FOP from the command line with the FO snippet you posted I got:

javax.xml.transform.TransformerException: 
org.apache.fop.fo.ValidationException:
 file:///D:/samples/fo/bug43306.fo:10:33: Error(10/33): fo:block, Invalid 
proper
ty name 'text-weight
        at org.apache.xalan.transformer.TransformerIdentityImpl.transform
(Transf
ormerIdentityImpl.java:449)
        at org.apache.fop.cli.InputHandler.transformTo(InputHandler.java:165)

The fact that it did work in FOP 0.93 just means 0.93 was incomplete in its 
Property Validation.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.