}
if (exePath == null || "".equals(exePath)) {
throw new XProcException("Attempt to use Prince as CSS formater but no Prince exePath specified");
}
prince = new Prince(exePath, new PrinceMessages());
String s = getStringProp("baseURL");
if (s != null) {
prince.setBaseURL(s);
}