Re: The defaulting story

On 12/20/06, Norman Walsh <Norman.Walsh@sun.com> wrote:
> <p:pipeline name="fig1"
>             xmlns:p="http://www.w3.org/2006/11/pipeline">
>   <p:input port="source" sequence="no"/>
>   <p:input port="schemaDoc" sequence="yes"/>
>   <p:output port="result">
>     <p:pipe step="s2" port="result"/>
>   </p:output>
>
>   <p:step type="p:xinclude" name="s1">
>     <p:input port="source">
>       <p:pipe step="fig1" port="source"/>

In the last line above, the "fig1", the value of the "step" attribute,
is not the name of a step, but the name of the pipeline. Am I the only
one to be bothered by this?

Alex
-- 
Blog (XML, Web apps, Open Source):
http://www.orbeon.com/blog/

Received on Wednesday, 20 December 2006 23:47:58 UTC