RE: Client Side Session management

Dharmesh,

> Or lets say you move from completing a mortgage app and then want to
complete
> home insurance app, you don't want to have to re-key common data.
>
> On the latter this requires the whole bank to agree XML standards for
their data
> (which is going to take a long time), so that common data is not
replicated in
> different schema's.

XForms does support a couple of ways to address this, since waiting for
harmonisation of schemas can be a long old process! You could:

1. Use xf:bind to 'map' the data from one instance to another.
2. Use the P3P features to pick up prior values that the user has entered.

The first solution would use data that comes from your servers, the second,
from the user.

Regards,

Mark


Mark Birbeck
CEO
x-port.net Ltd.

e: Mark.Birbeck@x-port.net
t: +44 (0) 20 7689 9232
w: http://www.formsPlayer.com/

Download our XForms processor from
http://www.formsPlayer.com/

Received on Friday, 25 June 2004 06:12:42 UTC