Hi, I'm trying to make an existing stylesheet to work with my xml file. But it
has lines like this:
<fo:block font="bold 8pt arial"> and <fo:table-cell border-bottom=".6pt solid
black">, etc.
When I compile, the engine complains:
SEVERE: Ignoring property: font="bold 16pt arial" (No conversion defined bold;
property:'font')
Because neither font nor border-bottom is a valid attribute, I have to define
them somewhere. Is it in the font configuration file? I used this to set my
font configuration file location in java:
fopFactory.setFontBaseURL("file:///C:/xslfoFont/fo.xconf");
But I don't know how to define the font="bold 8pt arial" or border-bottom=".6pt
solid black" in the file.
Can someone help me on this?
Thanks a lot!
Ming
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]