- From: George Cristian Bina <george@oxygenxml.com>
- Date: Mon, 21 Sep 2009 16:06:41 +0300
- To: xproc-dev@w3.org
Hi,
The following pipeline:
<?xml version="1.0" encoding="UTF-8"?>
<p:declare-step xmlns:p="http://www.w3.org/ns/xproc">
<p:input port="source"/>
<p:output port="result"/>
<p:input port="params" kind="parameter"/>
<p:xslt name="run">
<p:input port="stylesheet">
<p:inline>
</p:inline>
</p:input>
</p:xslt>
</p:declare-step>
gives a NPE in Calabash:
Error : Pipeline failed: java.lang.NullPointerException
Best Regards,
George
--
George Cristian Bina
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Received on Monday, 21 September 2009 13:07:20 UTC