Say I have an xml document

<results>
        <itemOne>
                <name/>
                <email>
                <etc/>
        </itemOne>
        <itemOne>
                <name/>
                <email>
                <etc/>
        </itemOne>
        <itemOne>
                <name/>
                <email>
                <etc/>
        </itemOne>
</results>

How would I load this into a form, with repeater I have defined for itemOne.

Ie, I want to load a result set from a database, and display them all to the
user as a bunch of repaters with wd:output widgets, with a select widget to
remove them one by one before carrying on with an xsp to do something to the
ones left. I am sure binding will do this, but I am using flow, and kinda
lost as to how it actually will work. I have the template, definition, and
binding files done, kinda lost at the flow part.

JD


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to