Re: Naming

On 8/8/06, Jeni Tennison <jeni@jenitennison.com> wrote:
> <step kind="select" name="chapters">
>    <pipe from="validated!result" to="documents" />
>    <param name="xpath" value="//chap" />
> </step>

Jeni,

How would inline documents work with the above syntax? When using a
<with-input>, we were including the inline data inside this element,
but this seems less natural with the <pipe> element:

<step kind="select" name="chapters">
    <pipe port="documents">
        <inline-data/>
    </pipe>
</step>

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

Received on Wednesday, 9 August 2006 07:32:18 UTC