throw new XProcException(step.getNode(), "Failed to instantiate CSS provider");
}
while (css.moreDocuments()) {
XdmNode style = css.read();
provider.addStylesheet(style);
}
final String contentType;
if (getOption(_content_type) != null) {
contentType = getOption(_content_type).getString();