Hi, I have a XML schema which contains aggregates and elements with a
"." (period) in between element names, like "com.Fax_Number". When I try
to bind these elements to text fields in a form, the "default binding"
shows up like "x.y.z.com\.Fax_Number". When I pass in an XML with a
value for the "com.Fax_Number" field, the value get displayed in the
form and if I change the value in the form, the changed value appears in
the submitted XML. But, if the input XML does not contain the
"com.Fax_Numbe...