Hi everyone
I'm trying to generate a new node on every pass through my Reservation Form
(Fiels id, name, date). so in my binding I added
************************************************
<fb:insert-node>
<reservation id="new" from="" to="" by="" for="" board=""/>
</fb:insert-node>
<fb:value id="for" path="[EMAIL PROTECTED]'new']/@for"/>
<fb:value id="resafrom" path="[EMAIL PROTECTED]'new']/@from">
<fd:convertor datatype="date" type="formatting">
<fd:patterns>
<fd:pattern>yyyyMMdd</fd:pattern>
</fd:patterns>
</fd:convertor>
</fb:value>
<fb:value id="by" path="[EMAIL PROTECTED]'new']/@by"/>
************************************************************
The only way i managed to insert all the data into my new reservation Node
is to have the id="new" and then direct the paths to this id value.
But I'm sure this can be done directly??? on the fly with the insert node
Thx for your thoughts
Tibor
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]