public void initialize(XProcRuntime runtime, XStep step, Properties options) {
this.runtime = runtime;
this.step = step;
this.options = options;
try {
ah = new XfoObj();
ah.setFormatterType(XfoObj.S_FORMATTERTYPE_XMLCSS);
FoMessages msgs = new FoMessages();
ah.setMessageListener(msgs);
String s = getStringProp("OptionsFileURI");