Namespace declarations in instance data are not
preserved, resulting in submitted XML being not
correct.
E.g., if I have the following instance in my XFroms
document:
..
<xf:instance id="input_instance">
<Login
xmlns="http://www.my.com/MySchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-
instance"
xmlns:my="http://www.my.com/MySchema"
xmlns:xs="http://www.w3.org/2001/XMLSchema">
<username xsi:type="my:string"></username>
<password xsi:type="xs:string"></password>
</Login>
</xf:instance>
..
After compilation, only the first two namespace
declarations are kept in the html. Hence, when the
instance is submitted, the XML is not correct.