<div dir="ltr"><div>Dear List,</div><div>with the help from this list (Thanks Tony!) i was able to build a XProc Transformation Scenario, running in Oxygen, which converts DocBook to PDF via XSL-FO and the p:xsl-formatter step.</div><div><br></div><div>Now i'd like to do the same with CSS (paged media). Using the xslTNG Stylesheets (recent Version 2.1.2) i get an HTML Document. The Antenna House Formatter (version 7.2) reads it without anly problems and produces PDF as expected when called as a standalone app with GUI.</div><div><br></div><div>It does not work, however, when called as a step within the XProc Pipeline. The essential Part is like this:</div><div><br></div><div>```</div><div> <p:xslt><br>        <p:input port="stylesheet"><br>            <p:document href="xsltng/docbook-xslTNG-2.1.2/xslt/print.xsl"/><br>        </p:input><br>        <p:input port="parameters"><br>            <p:empty/><br>        </p:input><br>    </p:xslt><br>    <br>    <p:xsl-formatter href="tdd.pdf" content-type="application/pdf"/></div><div>```</div><div><br></div><div>This throws an exception: jp.co.antenna.XfoJavaCtl.XfoException: No XSL Stylesheet is specified.</div><div><br></div><div>Two questions arise:</div><div><ul><li>Which XSL Stylesheet is missing? No transformation on the input document is necessary.</li><li>How would I specify a stylesheet? The p:xsl-formatter Step from XProc 1.0 hs no input port for a stylesheet.</li></ul><div>Thanks in advance,</div><div>Frank Steimke<br></div></div></div>