Re: How do you pass step options to p:data/@href???

Philip Fennell <Philip.Fennell@bbc.co.uk> writes:

> The tidy:html step, is in effect, stand-alone. The input is irrelavent
> but the output is the 'source' of the pipeline.

If it doesn't have any inputs, you can simply leave the p:input out...

  <p:declare-step type="html:tidy">
     <p:output port="result"/>
     <p:option name="href" required="true"/>
     ...
  </p:declare-step>

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com> | Knowledge, sense, honesty, learning,
http://nwalsh.com/            | good behavior are the chief things
                              | towards making a man's fortune, next to
                              | interest and opportunity.

Received on Friday, 1 May 2009 13:39:39 UTC