I have used style attributes in my html like <span style=COLOR: red; FONT-WEIGHT: bold'> .This is giving exception like org.apache.fop.fo.ValidationException: null:1:4537: Error(1/4537): fo:inline, Invalid property name 'FONT-WEIGHT'. or org.apache.fop.fo.ValidationException: null:1:4537: Error(1/4537): fo:inline, Invalid property name 'COLOR'. When I am replacing this with lowercase as <span style=color: red; font-weight: bold'> this works fine. Can sumbody please let me know the cause for this and a quick fix for this.
Thanks, Binod
