Re: p:xslt

Dave,

You seem to mix up

"Parameter port" which is like a pipe
and
"parameter" which are travelling inside this pipe

What Calabash is telling you, is that you didn't connect the
"parameter port" (whose name is 'parameters')

Hope this helps

Xmlizer

On Fri, Dec 12, 2008 at 1:35 PM, Dave Pawson <dave.pawson@gmail.com> wrote:
>
> >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 13:14:51 UTC