Hi guys,
I got the following CSS Selector for a XML document:
When I watch the xml file in any browser the selected values are displayed bold an padding is set correctly too as expected.
When I pass this XML file to prince only the padding is set. No font settings "arrive" in the resulting pdf file.
Am I missing something here?
Thanks for your help.
I'm running prince on Mac OSX 10.7
Regards
I got the following CSS Selector for a XML document:
*[type=number] {
font-weight:bold;
padding:5px;
}
When I watch the xml file in any browser the selected values are displayed bold an padding is set correctly too as expected.
When I pass this XML file to prince only the padding is set. No font settings "arrive" in the resulting pdf file.
Am I missing something here?
Thanks for your help.
I'm running prince on Mac OSX 10.7
Regards