- From: Dave Pawson <dave.pawson@gmail.com>
- Date: Fri, 12 Dec 2008 12:35:58 +0000
- To: "XProc Dev" <xproc-dev@w3.org>
>From http://www.w3.org/TR/xproc/#c.xslt
it is not obvious which 'parameters'  (xml child elements)
are optional, which are required.
<p:xslt name="trsf">
  <p:input port='stylesheet'>
    <p:document href="step1.xsl"/>
  </p:input>
</p:xslt>
Is resulting in an error
 Pipeline failed: err:XS0055: Parameter input parameters unbound on
p:xslt step named trsf and no default binding available.
Why is the parameter parameter 'required' seemingly?
I'm guessing this relates to params passed to the xslt processor?
regards
-- 
Dave Pawson
XSLT XSL-FO FAQ.
Docbook FAQ.
http://www.dpawson.co.uk
Received on Friday, 12 December 2008 12:36:33 UTC