Hi Paul,Thanks for the reply.Yes it does make sense. However, what I
have is two forms which are identical and use exactly the same XML
schema as their data connections. In one form all the bindings use $.
and in the other $record.A problem occurs when I create a Fragment using
the same XML Schema as a datasource. The fragment uses $. for all the
bindings and not $record. When I insert the Fragment into the form which
uses $record. it appears as a different connection. If I insert the
fragment i...